Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
adrianshort
/
tumble
kopie van
https://github.com/adrianshort/tumble.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
0
Wiki
Activiteit
A tumblelog theme for Hugo
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
Commits
1
Branch
627 KiB
Tree:
3db489020b
master
Branches
Labels
${ item.name }
Maak branch
${ searchTerm }
van '3db489020b'
${ noResults }
tumble
/
layouts
/
_default
/
baseof.html
baseof.html
85 B
Ruw
Normale weergave
Geschiedenis
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 jaren geleden
1
2
3
4
{{ partial "header" . }}
{{ block "main" . }}
{{ end }}
{{ partial "footer" . }}