Spicing up blog list and tag list pages

This commit is contained in:
Brandon Rozek 2022-11-23 00:56:13 -05:00
parent 89aade301c
commit 4d5f0f30cb
7 changed files with 83 additions and 20 deletions

View file

@ -1,5 +1,5 @@
<!-- tags -->
<details id="tags">
<details class="tags tags-all">
<summary>Tags</summary>
<ul>
{{ range .Site.Taxonomies.tags.ByCount }}

View file

@ -1,5 +1,5 @@
<!-- List the tags that apply to this page -->
<div id="tags">
<div class="tags tags-page">
<ul>
{{ range .Param "tags" }}
{{ $name := . }}