이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
adrianshort
/
tumble
의 미러
https://github.com/adrianshort/tumble.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
A tumblelog theme for Hugo
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
커밋
1
브렌치
627 KiB
트리:
c651a50ccd
master
브랜치
태그
${ item.name }
${ searchTerm }
브랜치 생성
from 'c651a50ccd'
${ noResults }
tumble
/
layouts
/
_default
/
single.html
single.html
47 B
Raw
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
{{ define "main" }}
{{ .Content }}
{{ end }}