Update theme for Ghost v4.0

This commit is contained in:
Bea 2021-03-17 08:30:30 +01:00
parent 34c911357b
commit 9418dce69f
4 changed files with 4 additions and 3 deletions

View File

@ -99,6 +99,7 @@ hr {
img {
display: block;
height: auto;
-moz-user-select: none;
-webkis-user-select: none;
-ms-user-select: none;

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{@site.lang}}">
<html lang="{{@site.locale}}">
<head>
<meta charset="utf-8"/>

View File

@ -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"
},

View File

@ -48,7 +48,7 @@
{{#if tags}}
<br />
Tags:
{{#foreach tags}} {{!-- TODO: NOT WORKING --}}
{{#foreach tags}}
<b><a href="{{url}}" title="{{name}}" class="tag tag-{{id}} {{slug}}">{{name}}</a></b>{{#unless @last}}, {{/unless}}
{{/foreach}}
{{/if}}