mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-13 20:05:58 -06:00
parent
21ecc630df
commit
e5e3d62fc4
@ -20,9 +20,6 @@ browser_no_video_support:
|
||||
other: "Your browser does not support video."
|
||||
|
||||
|
||||
filtering_for:
|
||||
other: "Filtering for \"{{ . }}\""
|
||||
|
||||
no_posts:
|
||||
other: "No posts here!"
|
||||
|
||||
|
@ -20,9 +20,6 @@ browser_no_video_support:
|
||||
other: "Tu navegador de internet no admite video."
|
||||
|
||||
|
||||
filtering_for:
|
||||
other: "Filtrando por \"{{ . }}\""
|
||||
|
||||
no_posts:
|
||||
other: "¡No hay contenido para mostrar!"
|
||||
|
||||
|
@ -1,8 +1,16 @@
|
||||
{{ define "main" }}
|
||||
|
||||
<h1>
|
||||
{{ partial "icon.html" "filter" }}
|
||||
{{ i18n "filtering_for" .Title }}
|
||||
{{ if eq .Data.Singular "tag" }}
|
||||
{{ partial "icon.html" "tag" }}
|
||||
{{ else if eq .Data.Singular "author" }}
|
||||
{{ partial "icon.html" "user-circle" }}
|
||||
{{ else }}
|
||||
{{ partial "icon.html" "filter" }}
|
||||
{{ end }}
|
||||
|
||||
{{ .Title }}
|
||||
|
||||
{{ if eq .Kind "term" }}
|
||||
<span class="rss-link">
|
||||
{{ with .OutputFormats.Get "rss" }}
|
||||
|
Loading…
Reference in New Issue
Block a user