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" . -}} -