diff --git a/changelog.yml b/changelog.yml
new file mode 100644
index 0000000..dc13b8b
--- /dev/null
+++ b/changelog.yml
@@ -0,0 +1,23 @@
+# The full repository name
+repo: stiebke/hugo-internet-weblog
+
+# Service type (gitea or github)
+service: gitea
+
+# Base URL for Gitea instance if using gitea service type (optional)
+# Default: https://gitea.com
+base-url: https://git.hadan-it.com
+
+# Changelog groups and which labeled PRs to add to each group
+groups:
+ -
+ name: BUGFIXES
+ labels:
+ - bug
+ -
+ name: ENHANCEMENTS
+ labels:
+ - enhancement
+
+# regex indicating which labels to skip for the changelog
+skip-labels: skip-changelog|backport\/.+
diff --git a/layouts/partials/preview_micropost.html b/layouts/partials/preview_micropost.html
index ea1f088..2f1a812 100644
--- a/layouts/partials/preview_micropost.html
+++ b/layouts/partials/preview_micropost.html
@@ -6,7 +6,7 @@