From 65547c56d0b81371cadb7bf799b4ab863b5f0a4e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Jul 2022 08:57:48 +0100 Subject: taxonomies amongst other stuff --- themes/problematic/layouts/_default/li.html | 2 +- themes/problematic/layouts/_default/list.html | 1 - themes/problematic/layouts/_default/taxonomy.html | 12 ++++++++++++ themes/problematic/layouts/partials/header.html | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 themes/problematic/layouts/_default/taxonomy.html (limited to 'themes') diff --git a/themes/problematic/layouts/_default/li.html b/themes/problematic/layouts/_default/li.html index 2a7f3d9..846ff3f 100644 --- a/themes/problematic/layouts/_default/li.html +++ b/themes/problematic/layouts/_default/li.html @@ -1,6 +1,6 @@
  • - : {{ .Title }} + ()
  • diff --git a/themes/problematic/layouts/_default/list.html b/themes/problematic/layouts/_default/list.html index 97af0e3..e4e4a83 100644 --- a/themes/problematic/layouts/_default/list.html +++ b/themes/problematic/layouts/_default/list.html @@ -1,3 +1,2 @@ {{ define "main" }} -{{- partial "posts.html" . -}} {{ end }} diff --git a/themes/problematic/layouts/_default/taxonomy.html b/themes/problematic/layouts/_default/taxonomy.html new file mode 100644 index 0000000..f59c372 --- /dev/null +++ b/themes/problematic/layouts/_default/taxonomy.html @@ -0,0 +1,12 @@ +{{ define "main" }} +
    +

    All {{ .Type }}

    + +
    +{{ end }} diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html index 7ad852b..a9a7b2a 100644 --- a/themes/problematic/layouts/partials/header.html +++ b/themes/problematic/layouts/partials/header.html @@ -2,7 +2,7 @@

    {{ .Site.Title }}

    -- cgit v1.2.3