diff --git a/archetypes/authors/index.md b/archetypes/authors/_index.md similarity index 100% rename from archetypes/authors/index.md rename to archetypes/authors/_index.md diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 11d9997fc..4964cdab2 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -14,18 +14,26 @@ - +
-
{{ .Title }}
-
+
+ {{ .Title }} +
+
    - {{ range .Params.tags }} -
  • {{ . }}
  • + {{ with .GetTerms "tags" }} + {{ range . }} +
  • + {{ .LinkTitle }} +
  • + {{ end }} {{ end }}
-
-
{{ .Params.summary }}
+ +
+ {{ .Params.summary }} +
@@ -35,7 +43,7 @@ class="bg-rose-600 py-4 px-12 rounded-full text-white text-xl">Continue Reading
- +