From 9418dce69ff91fd1317bc637f007382ee181ffcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Wed, 17 Mar 2021 08:30:30 +0100 Subject: [PATCH] Update theme for Ghost v4.0 --- assets/css/screen.css | 1 + default.hbs | 2 +- package.json | 2 +- post.hbs | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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}}