From 722d094aab1f445fe438c3d4c4d1c04873399156 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:50:40 +0200 Subject: feat: create Photo article type template --- .../layouts/partials/article-types/photo.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/partials/article-types/photo.html diff --git a/themes/danix-xyz-hacker/layouts/partials/article-types/photo.html b/themes/danix-xyz-hacker/layouts/partials/article-types/photo.html new file mode 100644 index 0000000..f4ccf06 --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/partials/article-types/photo.html @@ -0,0 +1,18 @@ +{{ if .Params.featured_image }} +
+ {{ .Title }} + {{ if .Params.featured_image_caption }} +
+ {{ .Params.featured_image_caption }} +
+ {{ end }} +
+{{ end }} + +
+ {{ .Content }} +
-- cgit v1.2.3