diff --git a/assets/css/screen.css b/assets/css/screen.css index c0a9633..4c9f61c 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -99,6 +99,7 @@ hr { img { display: block; + height: auto; -moz-user-select: none; -webkis-user-select: none; -ms-user-select: none; diff --git a/default.hbs b/default.hbs index ed200a1..487f15f 100755 --- a/default.hbs +++ b/default.hbs @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index 9643ccd..3b7cebe 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mindtheme", "description": "Mind Overflow's official website style", - "version": "0.0.14", + "version": "0.1.0", "engines": { "ghost-api": "v3" }, diff --git a/post.hbs b/post.hbs index 5ca0367..923a3bf 100755 --- a/post.hbs +++ b/post.hbs @@ -48,7 +48,7 @@ {{#if tags}}
Tags: - {{#foreach tags}} {{!-- TODO: NOT WORKING --}} + {{#foreach tags}} {{name}}{{#unless @last}}, {{/unless}} {{/foreach}} {{/if}}