doc(exampleSite): add lastmod field to about page

To test last updated output
This commit is contained in:
Jimmy Cai 2020-10-09 19:03:56 +02:00
parent 8d508fb796
commit b3a4f3b156
No known key found for this signature in database
GPG Key ID: 3EA408E527F37B18

View File

@ -5,6 +5,7 @@ date = "2019-02-28"
aliases = ["about-us", "about-hugo", "contact"]
author = "Hugo Authors"
license = "CC BY-NC-ND"
lastmod = "2020-10-09"
+++
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.