+
+diff --git a/src/content/categories/_index.md b/src/content/categories/_index.md index e69de29..c59a39d 100644 --- a/src/content/categories/_index.md +++ b/src/content/categories/_index.md @@ -0,0 +1,3 @@ +--- +title: Categories +--- diff --git a/src/content/tags/_index.md b/src/content/tags/_index.md index e69de29..56d2e29 100644 --- a/src/content/tags/_index.md +++ b/src/content/tags/_index.md @@ -0,0 +1,3 @@ +--- +title: Tags +--- diff --git a/src/layouts/_default/taxonomyTerm.html b/src/layouts/_default/taxonomyTerm.html new file mode 100644 index 0000000..7d2db5f --- /dev/null +++ b/src/layouts/_default/taxonomyTerm.html @@ -0,0 +1,20 @@ + + +{{ partial "head.html" . }} +
+{{ partial "navbar.html" . }} +