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.