This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
tumble
mirror of
https://github.com/adrianshort/tumble.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use default list template instead of tag-specific one
master
Adrian Short
7 years ago
parent
3309fdceac
commit
6b32dfd55d
2 changed files
with
7 additions
and
7 deletions
Split View
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
View File
@@ -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
View File
@@ -1,6 +0,0 @@
{{ partial "header" . }}
<h1>{{ .Title }}</h1>
{{ range .Data.Pages }}
{{ .Render "li" }}
{{ end }}
{{ partial "footer" . }}
Write
Preview
Loading…
Cancel
Save