{{ .Title }}
{{end}}- Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}} + Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}. + {{ partial "github.html" . }}
-
{{ range (.GetTerms "tags") }}
diff --git a/layouts/partials/github.html b/layouts/partials/github.html
new file mode 100644
index 000000000..f4f98452d
--- /dev/null
+++ b/layouts/partials/github.html
@@ -0,0 +1,3 @@
+{{if $.Site.Data.config.onGitHub}}
+Edit
+{{end}}
\ No newline at end of file