Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
adrianshort
/
tumble
espelhamento de
https://github.com/adrianshort/tumble.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
A tumblelog theme for Hugo
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
33
Commits
1
Branch
627 KiB
Tag:
3db489020b
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 3db489020b
${ noResults }
tumble
/
layouts
/
_default
/
baseof.html
baseof.html
85 B
Original
Visão normal
Histórico
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 anos atrás
1
2
3
4
{{ partial "header" . }}
{{ block "main" . }}
{{ end }}
{{ partial "footer" . }}