Browse Source

Do styling in CSS not HTML

master
Adrian Short 7 years ago
parent
commit
61dbc3ad4a
1 changed files with 1 additions and 1 deletions
  1. +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 }}


Loading…
Cancel
Save