fix tags and about pages

feature/cover-image
nodejh 8 years ago
parent ff2a1e2433
commit 9a80f43c0a

@ -6,6 +6,7 @@ title = "Blog Title"
theme = "hugo-theme-cactus-plus" theme = "hugo-theme-cactus-plus"
# Enter your tracking code to enable Google Analytics # Enter your tracking code to enable Google Analytics
googleAnalytics = "your_google_analytics_code" googleAnalytics = "your_google_analytics_code"
hasCJKLanguage = true
[params] [params]
name = "Hugo" name = "Hugo"

@ -3,6 +3,7 @@
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
{{ partial "profile.html" . }} {{ partial "profile.html" . }}
<section id="wrapper" class="tags"> <section id="wrapper" class="tags">
<div class="page-tags" id="tags"> <div class="page-tags" id="tags">
{{ range $name, $taxonomy := .Site.Taxonomies.tags }} {{ range $name, $taxonomy := .Site.Taxonomies.tags }}
@ -11,7 +12,6 @@
</span> </span>
{{ end }} {{ end }}
</div> </div>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
</section> </section>

Loading…
Cancel
Save