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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Fink <fink@uni-bremen.de>2020-03-25 23:50:22 +0300
committerJannis Fink <fink@uni-bremen.de>2020-03-25 23:50:22 +0300
commita45ffc3894e9a64965e82dee64451710a3fd0854 (patch)
tree42d8cb486dac767fb4b830044d726375e8f3d554
parent29a219f597a02d6421193ffce6b46180bd900fb1 (diff)
move configuration to sub category 'main'
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 13eb8ff..cdcc3c6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,7 +3,7 @@
<h1>{{ .Title | markdownify }}</h1>
{{ .Content }}
-<h2>{{ .Site.Params.latestPublishHeader | default "My Latest Job" }}</h2>
+<h2>{{ .Site.Params.main.latestPublishHeader | default "My Latest Job" }}</h2>
{{ $pages := where site.RegularPages "Type" "in" .Site.Params.mainSections }}
{{ range first 1 $pages }}
{{ if in .Site.Params.mainSections "portfolio" }}