diff --git a/agaric/sass/agaric/_component.hero.scss b/agaric/sass/agaric/_component.hero.scss index e04f9c1..be61a6f 100644 --- a/agaric/sass/agaric/_component.hero.scss +++ b/agaric/sass/agaric/_component.hero.scss @@ -150,7 +150,17 @@ font-size: $size-5; line-height: 1.4em; } - .title + .subtitle { + .authors { + color: currentColor; + font-size: $size-5; + line-height: 1em; + } + .created-date { + color: currentColor; + font-size: $size-5; + line-height: 1em; + } + .title + .subtitle, .created-date { margin-top: 1em; } } diff --git a/agaric/templates/paragraph/paragraph--title.html.twig b/agaric/templates/paragraph/paragraph--title.html.twig index 11b053f..2e4acf1 100644 --- a/agaric/templates/paragraph/paragraph--title.html.twig +++ b/agaric/templates/paragraph/paragraph--title.html.twig @@ -78,7 +78,12 @@
{{ content.field_title }} {{ content.field_subtitle }} - {{ authors }} +
+ {{ authors }} +
+
+ Posted on {{ date }} +
{% else %}