diff --git a/partials/post-card.hbs b/partials/post-card.hbs index aec4cda..88b36ad 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -1,7 +1,7 @@ {{!-- This is a partial file used to generate a post "card" which templates loop over to generate a list of posts. --}} -
+
{{#if feature_image}} @@ -19,6 +19,7 @@ which templates loop over to generate a list of posts. --}} loading="lazy" /> + {{#unless access}} {{^has visibility="public"}}
{{> "icons/lock"}} @@ -29,6 +30,7 @@ which templates loop over to generate a list of posts. --}} {{/has}}
{{/has}} + {{/unless}}
{{/if}} @@ -46,11 +48,13 @@ which templates loop over to generate a list of posts. --}} {{/if}}

+ {{#unless access}} {{^has visibility="public"}} {{#unless feature_image}} {{> "icons/lock"}} {{/unless}} {{/has}} + {{/unless}} {{title}}