diff --git a/layouts/writing/baseof.html b/layouts/writing/baseof.html deleted file mode 100644 index 4648c7c..0000000 --- a/layouts/writing/baseof.html +++ /dev/null @@ -1,25 +0,0 @@ -{{- /* Note: changing the baseof template because the title, tags, etc. of a regular post are still valid. */ -}} - - - {{- partial "head.html" . -}} - - {{ with .Params.body_start_partial }} - {{ partial . $ }} - {{ end }} - - - {{ $writingcss := resources.Get "scss/writing.scss" | css.Sass | resources.Minify }} - - {{- partial "header.html" . -}} -

-
- - {{- if .Draft -}} - {{- partial "warning.html" (i18n "postDraft") -}} - {{- end -}} - - {{- block "main" . }}{{- end }} -
- {{- block "after" . }}{{- end }} - - diff --git a/themes/vanilla b/themes/vanilla index 3937ed4..cb73f4e 160000 --- a/themes/vanilla +++ b/themes/vanilla @@ -1 +1 @@ -Subproject commit 3937ed41728ecc8755161779b0f8ea2e7bef44b2 +Subproject commit cb73f4e7a5dd95e10391d90149182e25a4cc7469