Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
adrianshort
/
tumble
peilaus alkaen
https://github.com/adrianshort/tumble.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
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.
31
Commitit
1
Haara
627 KiB
Puu:
673332654a
master
Branchit
Tagit
${ item.name }
Create branch
${ searchTerm }
from '673332654a'
${ noResults }
tumble
/
layouts
/
_default
/
baseof.html
baseof.html
85 B
Raaka
Normaali näkymä
Historia
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 vuotta sitten
1
2
3
4
{{ partial "header" . }}
{{ block "main" . }}
{{ end }}
{{ partial "footer" . }}