diff --git a/themes/vanilla/layouts/index.html b/themes/vanilla/layouts/index.html index e9f9f59..ab87c9f 100644 --- a/themes/vanilla/layouts/index.html +++ b/themes/vanilla/layouts/index.html @@ -1,13 +1,6 @@ {{ define "main" }} {{ .Content }} -
-
- -
-
-
- Recent posts: - - {{ end }} diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html index 43dea0c..fc33d23 100644 --- a/themes/vanilla/layouts/partials/head.html +++ b/themes/vanilla/layouts/partials/head.html @@ -11,13 +11,11 @@ {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} {{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }} {{ $code := resources.Get "scss/code.scss" | resources.ToCSS | resources.Minify }} - {{ $search := resources.Get "scss/search.scss" | resources.ToCSS | resources.Minify }} {{ $icon := resources.Get "img/favicon.png" }} {{- partial "sidenotes.html" . -}} -