From b2941c2fcf93031c5ca8d1bf4e9c781d321c21f7 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Sun, 18 Apr 2021 18:11:40 -0700 Subject: [PATCH] Add taxonomies (#18) https://gohugo.io/content-management/taxonomies/ --- layouts/_default/li.html | 6 ++++++ layouts/_default/taxonomy.html | 8 ++++++++ layouts/partials/posts.html | 7 +------ 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 layouts/_default/li.html create mode 100644 layouts/_default/taxonomy.html diff --git a/layouts/_default/li.html b/layouts/_default/li.html new file mode 100644 index 0000000..a273289 --- /dev/null +++ b/layouts/_default/li.html @@ -0,0 +1,6 @@ +
  • + + {{ .Title }} + + +
  • diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html new file mode 100644 index 0000000..86677c2 --- /dev/null +++ b/layouts/_default/taxonomy.html @@ -0,0 +1,8 @@ +{{ define "main" }} +

    {{ .Title }}

    + +{{ end }} diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index 51a4fdc..8ff3eb2 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -1,11 +1,6 @@

    Posts