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

github.com/eddiewebb/hugo-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddie Webb <ollitech@gmail.com>2018-12-23 21:44:59 +0300
committerEddie Webb <ollitech@gmail.com>2018-12-23 21:44:59 +0300
commit20a065781c20145a4dfc0990ec30e1b0067f8a88 (patch)
treead0c8082d4067cd006527011ba51b80fa64443ac
parentf93e33cf6c7fbe5529b0b509979ce1f66ab7f0a1 (diff)
fix navlink scrolling
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a6ae126..c53cc70 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -29,7 +29,7 @@
{{ end }}
{{ if .Site.Params.showBlog }}
{{ with .Site.GetPage "section" "blog" }}
- {{ .Scratch.Add "sectionId" "blog" }}
+ {{ .Scratch.Set "sectionId" "blog" }}
{{ partial "sectionSummary" . }}
{{ end }}
{{ end }}