This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
tumble
огледало од
https://github.com/adrianshort/tumble.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
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
Комити
1
Грана
627 KiB
Дрво:
673332654a
master
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '673332654a'
${ noResults }
tumble
/
layouts
/
_default
/
baseof.html
baseof.html
85 B
Датотека
Normal View
Историја
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 година
1
2
3
4
{{ partial "header" . }}
{{ block "main" . }}
{{ end }}
{{ partial "footer" . }}