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;