mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Add a filter icon to taxonomy pages
This commit is contained in:
parent
19f0eb8357
commit
1e5b70b460
@ -32,7 +32,7 @@
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.rss-link a svg {
|
||||
h1 svg.icon {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user