From b9020351c12b8b8b47c0aa0255f8472e187d1717 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 13 Jul 2021 11:27:37 +0200 Subject: [PATCH] Handling tags --- layouts/_default/section.html | 9 +++--- layouts/_default/single.html | 18 ++++++----- layouts/partials/category.html | 2 ++ layouts/partials/posts.html | 2 +- layouts/partials/sidebar.html | 4 +-- layouts/taxonomy/category.html | 3 ++ layouts/taxonomy/tag.html | 6 ++++ layouts/taxonomy/terms.html | 56 ++++++++++++++++++++++++++++++++++ 8 files changed, 84 insertions(+), 16 deletions(-) create mode 100644 layouts/partials/category.html create mode 100644 layouts/taxonomy/category.html create mode 100644 layouts/taxonomy/tag.html create mode 100644 layouts/taxonomy/terms.html diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 1955337..75dc25c 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -10,26 +10,25 @@ post-container"> {{ .Content }} - {{ partial "comments.html" . }}