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.
36
Commits
1
Branch
627 KiB
Tag:
c651a50ccd
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de c651a50ccd
${ noResults }
tumble
/
layouts
/
_default
/
single.html
single.html
47 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
{{ define "main" }}
{{ .Content }}
{{ end }}