diff --git a/CHANGELOG.md b/CHANGELOG.md index 14db8106..f1710d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed +- TypeError is output to console when viewing leaf pages ([#596](https://github.com/jpanther/congo/pull/596)) - URL to Congo project in footer used deprecated git.io short link ([#605](https://github.com/jpanther/congo/pull/605)) - Various typos in the docs and example site ([#608](https://github.com/jpanther/congo/pull/608), [#609](https://github.com/jpanther/congo/pull/609), [#613](https://github.com/jpanther/congo/pull/613)) - Incorrect `render` value is used in the 'external' archetype ([#630](https://github.com/jpanther/congo/pull/630)) diff --git a/layouts/partials/schema.html b/layouts/partials/schema.html index 77ecfa3c..dee02207 100644 --- a/layouts/partials/schema.html +++ b/layouts/partials/schema.html @@ -18,7 +18,7 @@ {{ else if .IsPage }} {{- $iso8601 := "2006-01-02T15:04:05-07:00" -}} {{ end }}