diff options
-rw-r--r-- | exampleSite/content/about.md | 3 | ||||
-rw-r--r-- | layouts/partials/footer.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index a596d02..6ff9d1b 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -2,7 +2,8 @@ title = "About Hugo" description = "Hugo, the world’s fastest framework for building websites." date = 2020-04-11T19:15:32+08:00 -noLicense = true +showLicense = false +showToc = false +++ Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 22c44a3..bdc4891 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ end }} <span>© {{ with .Site.Params.copyrightStartYear }}{{ . }}-{{ end }}{{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> - {{ with .Site.Params.sourceURL }} | <a href="{{ . }}">source code</a> {{ end }} + {{ with .Site.Params.sourceURL }} | <a href="{{ . }}">Source code</a> {{ end }} | {{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji-v2</a> & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }} |