diff --git a/content/pl/blog/test-posse.md b/content/pl/blog/test-posse.md new file mode 100644 index 00000000..2193f946 --- /dev/null +++ b/content/pl/blog/test-posse.md @@ -0,0 +1,10 @@ +--- +title: "Test Posse" +date: 2025-06-10T07:08:38+01:00 +featureImage: /images/blog/posse.png +tags: ["hackerspace", "hs3", "posse"] +--- + +Test POSSE. + +I need you on the floor! diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8f296138..b1fa0f93 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -42,6 +42,15 @@ {{ end }} + {{ block "meta_tags" . }} + {{ with .Params.description }}{{ end }} + + + + {{ with .Params.featureImage | default .Site.Params.seo.meta_og_image }}{{ end }} + {{ with .Params.description }}{{ end }} + {{ end }} + diff --git a/static/images/blog/posse.png b/static/images/blog/posse.png new file mode 100644 index 00000000..b3d72333 Binary files /dev/null and b/static/images/blog/posse.png differ