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.
39
Commit
1
Ramo (Branch)
627 KiB
Albero (Tree):
d33067ae6b
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da 'd33067ae6b'
${ noResults }
tumble
/
layouts
/
_default
/
single.html
single.html
47 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
{{ define "main" }}
{{ .Content }}
{{ end }}