From 412d9b4c5094da13dba04db28670245dc01eca64 Mon Sep 17 00:00:00 2001 From: Christian Hollinger <6397962+chollinger93@users.noreply.github.com> Date: Mon, 31 Jan 2022 13:04:28 -0500 Subject: [PATCH] Tags not working fixed (#4) --- exampleSite/content/posts/post-6.md | 1 + layouts/_default/term.html | 33 ++++++++++++++++++++++++++++- layouts/_default/terms.html | 3 +-- layouts/partials/footer.html | 2 +- static/js/main.js | 25 ++++++++++++---------- 5 files changed, 49 insertions(+), 15 deletions(-) diff --git a/exampleSite/content/posts/post-6.md b/exampleSite/content/posts/post-6.md index f0d82e5..da7d33e 100644 --- a/exampleSite/content/posts/post-6.md +++ b/exampleSite/content/posts/post-6.md @@ -2,6 +2,7 @@ title: "Hugo shortcodes" date: 2021-07-04T12:13:36+05:30 description: Here is a demo of all shortcodes available in Hugo. +tags: [markdown] --- ## Images diff --git a/layouts/_default/term.html b/layouts/_default/term.html index 9648bf3..3ae07ed 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -6,7 +6,38 @@
{{ partial "footer.html" . }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index 6ec46d5..baf2684 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -7,7 +7,7 @@ {{ partial "head.html" . }}