mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Spicing up blog list and tag list pages
This commit is contained in:
parent
89aade301c
commit
4d5f0f30cb
7 changed files with 83 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
<!-- tags -->
|
||||
<details id="tags">
|
||||
<details class="tags tags-all">
|
||||
<summary>Tags</summary>
|
||||
<ul>
|
||||
{{ range .Site.Taxonomies.tags.ByCount }}
|
||||
|
|
|
@ -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 := . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue