summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramzrk22020-10-19 09:57:02 +0800
committeramzrk22020-10-19 09:57:02 +0800
commit62828c9598ed326f3f2405f20d52f1a1cb5986f5 (patch)
treed0ece711b5386a0b799dc0cfa148367020c05463
parent788ac2c3d0a90f2240c5788be98d76e311250c70 (diff)
downloadhugo-theme-fuji-62828c9598ed326f3f2405f20d52f1a1cb5986f5.tar.gz
hugo-theme-fuji-62828c9598ed326f3f2405f20d52f1a1cb5986f5.tar.bz2
hugo-theme-fuji-62828c9598ed326f3f2405f20d52f1a1cb5986f5.zip
update: example site
-rw-r--r--exampleSite/content/about.md3
-rw-r--r--layouts/partials/footer.html2
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>&copy; {{ 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> &amp; <a href="https://gohugo.io/"
target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}