-
Posted on {{ .Date.Format "January 2, 2006" }}.
-
Tags:
+
{{ range .Params.tags }}
{{ . }}
{{ end }}
+
Posted on {{ .Date.Format "January 2, 2006" }}.
diff --git a/themes/vanilla/layouts/index.html b/themes/vanilla/layouts/index.html
index 57d786e..69a340d 100644
--- a/themes/vanilla/layouts/index.html
+++ b/themes/vanilla/layouts/index.html
@@ -2,7 +2,7 @@
{{ .Content }}
Recent posts:
-
+
{{ range first 10 (where (where .Site.Pages.ByDate.Reverse "Section" "blog") ".Kind" "!=" "section") }}
- {{ .Title }}
{{ end }}
diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html
index 0ec23af..7668824 100644
--- a/themes/vanilla/layouts/partials/head.html
+++ b/themes/vanilla/layouts/partials/head.html
@@ -3,7 +3,7 @@
-
+
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }}
{{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }}
diff --git a/themes/vanilla/layouts/tags/list.html b/themes/vanilla/layouts/tags/list.html
index 953ed8e..c1f9692 100644
--- a/themes/vanilla/layouts/tags/list.html
+++ b/themes/vanilla/layouts/tags/list.html
@@ -1,7 +1,7 @@
{{ define "main" }}
Tagged "{{ .Title }}"
-
+
{{ range .Pages.ByDate.Reverse }}
- {{ .Title }}
{{ end }}
diff --git a/themes/vanilla/layouts/tags/terms.html b/themes/vanilla/layouts/tags/terms.html
index c8d496a..099642b 100644
--- a/themes/vanilla/layouts/tags/terms.html
+++ b/themes/vanilla/layouts/tags/terms.html
@@ -2,7 +2,7 @@
{{ .Title }}
Below is a list of all the tags ever used on this site.
-