mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 01:47:28 -05:00
Add a filter icon to taxonomy pages
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{{ define "main" }}
|
||||
{{ if or (eq .Kind "term") (eq .Kind "taxonomy") }}
|
||||
<h1>
|
||||
{{ partial "icon.html" "filter" }}
|
||||
Filtering for "{{ .Title }}"
|
||||
{{ if eq .Kind "term" }}
|
||||
<span class="rss-link">
|
||||
|
Reference in New Issue
Block a user