From b2555ced61628008e9a1321921376c3f9fb53791 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 14 Jul 2022 19:02:54 +0000
Subject: [PATCH] feat: add description section to section/term/taxonomies, fix header margin

---
 layouts/_default/taxonomy.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index 4f0b117..7e401ae 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -9,6 +9,9 @@
     {{partial "header.html" .}}
     <article>
         <h1>All {{.Title}}</h1>
+        {{with .Params.description}}
+            <p>{{.}}</p>
+        {{end}}
         <div class="tags">
             {{ range .Site.Taxonomies.tags.ByCount }}
             <div class="meta">

--
Gitblit v1.10.0