From 87340294f6ba9377fe652efd336139ca286441e7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 14 May 2026 20:41:44 +0200 Subject: feat: add pkg-changelog shortcode template --- layouts/shortcodes/pkg-changelog.html | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 layouts/shortcodes/pkg-changelog.html diff --git a/layouts/shortcodes/pkg-changelog.html b/layouts/shortcodes/pkg-changelog.html new file mode 100644 index 0000000..a7eacd6 --- /dev/null +++ b/layouts/shortcodes/pkg-changelog.html @@ -0,0 +1,45 @@ +{{- $count := .Get "count" | default "10" -}} +{{- $loading := i18n "pkg_changelog_loading" | default "Loading changelog..." -}} +{{- $error := i18n "pkg_changelog_error" | default "Could not load changelog." -}} + +
+
+ + +
+ + + +
+ + +
    + +
+
+
-- cgit v1.2.3