diff --git a/assets/css/screen.css b/assets/css/screen.css index f5cfc25..fa2d296 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -841,6 +841,13 @@ img.mind-post_feature-image { .mind-post_info { font-size: 15px; + background-color: rgb(30, 30, 30); + margin: 20px -60px; /* hacky way to remove side padding from the content div and expand the background color, but who cares */ + padding: 40px 60px; +} + +.mind-post_info hr { + visibility: hidden; } diff --git a/post.hbs b/post.hbs index 923a3bf..b5c5a79 100755 --- a/post.hbs +++ b/post.hbs @@ -39,22 +39,22 @@ {{/if}} {{content}} -
-
- Last update: -
- Author: {{primary_author.name}} - - {{#if tags}} -
- Tags: - {{#foreach tags}} - {{name}}{{#unless @last}}, {{/unless}} - {{/foreach}} - {{/if}} -
-
+ +
+ Last update: +
+ Author: {{primary_author.name}} + + {{#if tags}} +
+ Tags: + {{#foreach tags}} + {{name}}{{#unless @last}}, {{/unless}} + {{/foreach}} + {{/if}} +
+

Comments