Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
tumble
mirror da
https://github.com/adrianshort/tumble.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
A tumblelog theme for Hugo
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
30
Commit
1
Ramo (Branch)
627 KiB
Albero (Tree):
e5517ee98a
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'e5517ee98a'
${ noResults }
tumble
/
layouts
/
image
/
single.html
single.html
85 B
Originale
Vista normale
Cronologia
Move to base templates and blocks As opposed to the old way of including header/footer partials in every template. For some reason, /themes/<THEME>/layouts/taxonomies/tag.terms.html doesn't work as a block but the default terms template /themes/<THEME>/layouts/_default/terms.html does.
7 anni fa
1
2
3
4
{{ define "main" }}
{{ partial "image" . }}
{{ partial "postmeta" . }}
{{ end }}