From 32d3d80b80fe9dd530d197cd288840e6ea94a942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 23 Aug 2021 22:20:29 +0200 Subject: [PATCH] docs: show CHANGELOG in exampleSite #33 --- README.md | 2 +- exampleSite/content/basics/history/_index.en.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 exampleSite/content/basics/history/_index.en.md diff --git a/README.md b/README.md index b916f2607e..f92c0190da 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Visit the [documentation](https://relearn.netlify.app/) to learn about all avail ## Changelog -See the [changelog](https://github.com/McShelby/hugo-theme-relearn/blob/main/CHANGELOG.md) for a complete list of releases. +See the [changelog](https://relearn.netlify.app/basics/history) for a complete list of releases. ## License diff --git a/exampleSite/content/basics/history/_index.en.md b/exampleSite/content/basics/history/_index.en.md new file mode 100644 index 0000000000..82db1e1409 --- /dev/null +++ b/exampleSite/content/basics/history/_index.en.md @@ -0,0 +1,6 @@ +--- +date: 2021-08-23T16:50:16+02:00 +title: History +weight: 30 +--- +{{% include "basics/CHANGELOG.md" %}}