From: Danilo M. Date: Wed, 15 Apr 2026 13:50:40 +0000 (+0200) Subject: feat: create Photo article type template X-Git-Tag: release_22042026-1342~267 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=722d094aab1f445fe438c3d4c4d1c04873399156;p=danix.xyz-2.git feat: create Photo article type template --- 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 }} +