From ca2a52037203e284dc28152f26f1cc9fff329c2a Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 26 Aug 2018 22:16:26 -0400 Subject: [PATCH] New layout for description tag --- _layouts/post.html | 2 ++ _sass/components/_article.scss | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index 47187f3..2aa27d8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,6 +4,8 @@ layout: page

{{ page.title }}

+
+

{{ page.description }}

diff --git a/_sass/components/_article.scss b/_sass/components/_article.scss index 3be09a9..fd83c76 100644 --- a/_sass/components/_article.scss +++ b/_sass/components/_article.scss @@ -32,6 +32,11 @@ color: $c-base__02; } +.c-article__description { + @include fs--heading-2; + color: $c-base__01; +} + .c-article__time { @include fs--body; color: $c-base__01;