- {{ block "headline" .}}{{ index .Params "topic" | default "foulab.org" }} / {{ index .Params "headline" | default "Welcome to Foulab!" }}{{ end }}
-
-
- {{ block "main" . }}
-
- {{ end }}
-
-
-
{{ partial "wisdom.html" . }}
- {{ end }}
+
diff --git a/themes/foulab-2018/layouts/partials/article.html b/themes/foulab-2018/layouts/partials/article.html
index 0d6943c..6275d92 100755
--- a/themes/foulab-2018/layouts/partials/article.html
+++ b/themes/foulab-2018/layouts/partials/article.html
@@ -1,13 +1,10 @@
-
-
-
- {{ partial "navigation.html" . }}
-
+
+
- {{ block "footer" . }}
-
+ {{ partial "footer.html" . }}
+
+ {{ partial "navigation.html" . }}
+ {{ block "headline" .}}{{ index .Params "topic" | default "foulab.org" }} / {{ index .Params "headline" | default "Welcome to Foulab!" }}{{ end }}
+
+ {{ block "main" . }}{{ end }}
+ -
+
+
+
+ {{ default .GitInfo.Subject .Title }}
+
+
+ by [{{ default .GitInfo.AuthorName .Params.author_name }}] @ {{ .Lastmod.Format "2006-01-02 15:04:05 -0700" }}
+
{{ .Content }}
-
-diff --git a/themes/foulab-2018/layouts/partials/footer.html b/themes/foulab-2018/layouts/partials/footer.html index cb77dc5..6a792fc 100755 --- a/themes/foulab-2018/layouts/partials/footer.html +++ b/themes/foulab-2018/layouts/partials/footer.html @@ -1,23 +1,14 @@ - -