diff --git a/core/modules/aggregator/templates/aggregator-feed-source.html.twig b/core/modules/aggregator/templates/aggregator-feed-source.html.twig index d8ee76b3741..5f1342534f3 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 below feed listings when browsing source feeds. + * The contents are rendered above feed listings when browsing source feeds. * For example, "example.com/aggregator/sources/1". * * Available variables: @@ -19,14 +19,16 @@ * @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 }} +
+