이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
adrianshort
/
tumble
의 미러
https://github.com/adrianshort/tumble.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
Use default list template instead of tag-specific one
master
Adrian Short
8 년 전
부모
3309fdceac
커밋
6b32dfd55d
2개의 변경된 파일
과
7개의 추가작업
그리고
7개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
layouts/_default/list.html
+0
-6
layouts/taxonomy/tag.html
+ 7
- 1
layouts/_default/list.html
파일 보기
@@ -1 +1,7 @@
<h2>Default list template</h2>
{{ partial "header" . }}
<h1>{{ .Title }}</h1>
{{ range .Paginator.Pages }}
{{ .Render "li" }}
{{ end }}
{{ template "_internal/pagination.html" . }}
{{ partial "footer" . }}
+ 0
- 6
layouts/taxonomy/tag.html
파일 보기
@@ -1,6 +0,0 @@
{{ partial "header" . }}
<h1>{{ .Title }}</h1>
{{ range .Data.Pages }}
{{ .Render "li" }}
{{ end }}
{{ partial "footer" . }}
쓰기
미리보기
불러오는 중...
취소
저장