Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrianshort
/
tumble
réplica de
https://github.com/adrianshort/tumble.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
A tumblelog theme for Hugo
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
29
Commits
1
Rama
627 KiB
Árbol:
8096748c7d
master
Ramas
Etiquetas
${ item.name }
Crear rama
${ searchTerm }
desde '8096748c7d'
${ noResults }
tumble
/
layouts
/
quote
/
single.html
single.html
85 B
Original
Vista 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.
hace 7 años
1
2
3
4
{{ define "main" }}
{{ partial "quote" . }}
{{ partial "postmeta" . }}
{{ end }}