From 2c68e0b51eceac8003e83fb2b781ccfd9416b257 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:50:42 +0200 Subject: feat: create Link article type template with external button --- .../layouts/partials/article-types/link.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/partials/article-types/link.html (limited to 'themes') diff --git a/themes/danix-xyz-hacker/layouts/partials/article-types/link.html b/themes/danix-xyz-hacker/layouts/partials/article-types/link.html new file mode 100644 index 0000000..bbf7906 --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/partials/article-types/link.html @@ -0,0 +1,17 @@ +
+ + {{ .Params.link_title | default (i18n "readMore") }} + + + + +
+ +
+ {{ .Content }} +
-- cgit v1.2.3