@ -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 }}
{{ 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>
</div>
{{ partial "footer.html" . }}
</section>