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-17 17:25:14 +0300
committerTyler Lawson <tylerjlawson2@gmail.com>2020-10-17 17:25:29 +0300
commitfb819a9b4835e464780c347bcbba9fc442633f4c (patch)
treec3e5c49f490381f72910869c9b19dc8a4984245d
parent3495ff7d4351510595820d08a7f3b01733197e75 (diff)
fix styles as call signature and use as variable.
-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 854fe1f..82a3359 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="{{ trim style.RelPermalink "/" }}" />
+ <link rel="stylesheet" href="{{ trim $style.RelPermalink "/" }}" />
<link
rel="stylesheet"