diff --git a/archetypes/posts.md b/archetypes/posts.md index 2a20769..fdccff8 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,4 +1,4 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} ---- \ No newline at end of file +--- diff --git a/layouts/404.html b/layouts/404.html index 468ba6f..b6b1d0e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,6 +1,6 @@ {{- partial "docs/shared" -}} - +
{{ partial "docs/html-head" . }} diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index dc654b7..29b067f 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -1,6 +1,6 @@ {{- partial "docs/shared" -}} - + {{ partial "docs/html-head" . }} diff --git a/layouts/home.html b/layouts/home.html index 07057b4..69054ca 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -1,6 +1,6 @@ {{- partial "docs/shared" -}} - + {{ partial "docs/html-head" . }} diff --git a/layouts/partials/docs/git-footer.html b/layouts/partials/docs/git-footer.html index 001c9ff..1f54daa 100644 --- a/layouts/partials/docs/git-footer.html +++ b/layouts/partials/docs/git-footer.html @@ -4,14 +4,14 @@