diff --git a/core/modules/aggregator/templates/aggregator-feed-source.html.twig b/core/modules/aggregator/templates/aggregator-feed-source.html.twig index 5f1342534f34cdcb3c8ceb994521a60b6f98cb52..d492904a0f9546c39bb54f42d81f2755286a1ce9 100644 --- a/core/modules/aggregator/templates/aggregator-feed-source.html.twig +++ b/core/modules/aggregator/templates/aggregator-feed-source.html.twig @@ -3,7 +3,7 @@ * @file * Default theme implementation to present the source of the feed. * - * The contents are rendered above feed listings when browsing source feeds. + * The contents are rendered below feed listings when browsing source feeds. * For example, "example.com/aggregator/sources/1". * * Available variables: @@ -19,16 +19,14 @@ * @ingroup themeable */ #} - + {{ source_icon }} {{ source_image }} -
- {{ source_description }} -
-
- {{ 'URL'|t }}: {{ source_url }} -
-
- {{ 'Updated'|t }}: {{ last_checked }} -
+

{{ source_description }}

+
+
{{ 'URL'|t }}
+
{{ source_url }}
+
{{ 'Updated'|t }}
+
{{ last_checked }}
+