Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Lawson <tylerjlawson2@gmail.com>2020-10-10 20:28:03 +0300
committerTyler Lawson <tylerjlawson2@gmail.com>2020-10-10 20:28:03 +0300
commit693a10ebc472a522c3bb2dad7959c806c6ee40ae (patch)
tree268fef16508c58b863c5e3bf2c8647b40b1c5ca7
parentcb58cf05a885421df9909aea3ef8e6773bee388f (diff)
remove slash from css link
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a18b3eb..854fe1f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,7 +3,7 @@
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
{{ $style := resources.Get "main.scss" | toCSS }}
- <link rel="stylesheet" href="{{ $style.RelPermalink }}" />
+ <link rel="stylesheet" href="{{ trim style.RelPermalink "/" }}" />
<link
rel="stylesheet"