diff --git a/src/assets/_scss/partials/_post-single.scss b/src/assets/_scss/partials/_post-single.scss index de4f3f06..5e85893e 100644 --- a/src/assets/_scss/partials/_post-single.scss +++ b/src/assets/_scss/partials/_post-single.scss @@ -83,6 +83,17 @@ .post-footer & { overflow: hidden; } + + p { + font-size: 12px; + font-style: italic; + color: $muted-text-color; + margin-bottom: 0; + + a { + color: $muted-text-color; + } + } } .post-author-name { @@ -95,13 +106,20 @@ font-weight: 700; } -.post-author-bio { - font-size: 12px; - font-style: italic; - color: $muted-text-color; +.post-info { + margin-top: 10px; +} + +.post-info-title { + @extend .post-author-name; + letter-spacing: -.5px; + font-style: normal; + color: $text-color; + font-size: 13px; margin-bottom: 0; } + .post-side { position: absolute; top: 0; diff --git a/src/post.hbs b/src/post.hbs index 21e77890..ce3135d8 100644 --- a/src/post.hbs +++ b/src/post.hbs @@ -58,6 +58,18 @@ {{author.name}}

{{author.bio}}

+ {{#if author.location}} +

{{author.location}}

+ {{/if}} + {{#if author.website}} +

+ {{author.website}} +

+ {{/if}} +

+ Published on + +