{{ .Title }}
-{{ .Description }}
+{{ if (isset .Params "description") }}{{ index .Params "description" }}{{ else }}{{ .Summary }}{{ end }}
Posted
{{ range .Params.categories }}#{{ . }} {{ end }}
diff --git a/layouts/posts/single.html b/layouts/post/single.html similarity index 100% rename from layouts/posts/single.html rename to layouts/post/single.html diff --git a/theme.toml b/theme.toml index 0ba1d82..a2f655b 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ license = "MIT" licenselink = "https://github.com/josephhutch/aether/blob/master/LICENSE.md" description = "aether is a blog theme that emphasizes motion, material, and depth as design elements to highlight the content of your site" homepage = "https://github.com/josephhutch/aether" -tags = ["Blog", "Responsive", "Minimal", "Clean", "Material Design", "Highlight.js"] +tags = ["Blog", "Personal", "Responsive", "Minimal", "Simple", "Clean", "Material Design"] features = [] min_version = "0.26"