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
Do styling in CSS not HTML
master
Adrian Short
7 years ago
parent
7c3134ca08
commit
61dbc3ad4a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
layouts/taxonomy/tag.html
+ 1
- 1
layouts/taxonomy/tag.html
View File
@@ -1,5 +1,5 @@
{{ partial "header" . }}
<h1>{{ .Title
| lower
}}</h1>
<h1>{{ .Title }}</h1>
{{ range .Data.Pages }}
{{ .Render "li" }}
{{ end }}
Write
Preview
Loading…
Cancel
Save