From b3a4f3b156f85e274cbe25aaf29a37d3a705190f Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Fri, 9 Oct 2020 19:03:56 +0200 Subject: [PATCH] doc(exampleSite): add lastmod field to about page To test last updated output --- exampleSite/content/page/about.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/page/about.md b/exampleSite/content/page/about.md index 46a3b3e..8a8789f 100644 --- a/exampleSite/content/page/about.md +++ b/exampleSite/content/page/about.md @@ -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.