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" . }}