mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 21:25:59 -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;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rss-link a svg {
|
h1 svg.icon {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ if or (eq .Kind "term") (eq .Kind "taxonomy") }}
|
{{ if or (eq .Kind "term") (eq .Kind "taxonomy") }}
|
||||||
<h1>
|
<h1>
|
||||||
|
{{ partial "icon.html" "filter" }}
|
||||||
Filtering for "{{ .Title }}"
|
Filtering for "{{ .Title }}"
|
||||||
{{ if eq .Kind "term" }}
|
{{ if eq .Kind "term" }}
|
||||||
<span class="rss-link">
|
<span class="rss-link">
|
||||||
|
Loading…
Reference in New Issue
Block a user