{{ .Title }}
+ +
+ {{ .Content }}
+
+
+ {{ if .Params.tags }}
+
+ {{ end }}
+
+ {{ with .PrevInSection }}
+
+ {{ end }}
+
+ {{ if .Section }}
+
+ {{ end }}
+diff --git a/content/posts/programmer-productivity-guide.md b/content/posts/programmer-productivity-guide.md index d436fe3..430fb08 100644 --- a/content/posts/programmer-productivity-guide.md +++ b/content/posts/programmer-productivity-guide.md @@ -6,7 +6,11 @@ categories = ['programming'] tags = ['productivity', 'pomodoro', 'time-management', 'workflow', 'tips'] +++ -*Originally posted at blog.cgsmith.net* +
Copyright {{ now.Year }}. All rights reserved.
+ diff --git a/themes/sometimescode/layouts/_partials/header.html b/themes/sometimescode/layouts/_partials/header.html index 7980a00..3e0f8a4 100644 --- a/themes/sometimescode/layouts/_partials/header.html +++ b/themes/sometimescode/layouts/_partials/header.html @@ -1,2 +1,12 @@ -{{ . }}
+ {{ end }} +