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