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"
# Enter your tracking code to enable Google Analytics
googleAnalytics = "your_google_analytics_code"
hasCJKLanguage = true
[params]
name = "Hugo"

@ -6,7 +6,7 @@
{{ with .Site.Params.copyright }}
{{ . | markdownify }}
{{ else }}
© Copyright {{ now.Format "2006"}} <i class="fa fa-heart" aria-hidden="true"></i> {{ .Site.Params.name }}
© Copyright {{ now.Format "2006"}} <i class="fa fa-heart" aria-hidden="true"></i> {{ .Site.Params.name }}
{{ end }}
</p>
<p class="small">

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

Loading…
Cancel
Save