diff --git a/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/item-list--indieweb-syndication.html.twig b/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/item-list--indieweb-syndication.html.twig index cddd6d9..60141f1 100644 --- a/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/item-list--indieweb-syndication.html.twig +++ b/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/item-list--indieweb-syndication.html.twig @@ -19,22 +19,23 @@ * @see template_preprocess_item_list() */ #} -{% if context.list_style %} - {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %} -{% endif %} -{% if items or empty %} - {%- if title is not empty -%} -

{{'Shared to'|t}}

- {%- endif -%} - - {%- if items -%} - <{{list_type}}{{attributes}}> - {%- for item in items -%} - {{ item.value }} - {%- endfor -%} - - {%- else -%} - {{- empty -}} - {%- endif -%} -{%- endif %} +
+ {% if context.list_style %} + {%- set attributes = attributes.addClass('item-list__' ~ context.list_style) %} + {% endif %} + {% if items or empty %} +
+ {{'Shared to'|t}} + {%- if items -%} + <{{list_type}}{{attributes}}> + {%- for item in items -%} + {{ item.value }} + {%- endfor -%} + + {%- else -%} + {{- empty -}} + {%- endif -%} +
+ {%- endif %} +
diff --git a/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--full.html.twig b/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--full.html.twig index 0390d8d..411357d 100644 --- a/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--full.html.twig +++ b/web/themes/custom/agarica/patternlibrary/agaric/templates/layout/node--full.html.twig @@ -170,8 +170,9 @@ {% if content.field_topics is not empty %} {{ content.field_topics }} {% endif %} + + {{content.indieweb_syndication}} - {{content.indieweb_syndication}} {% endif %}