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 { img {
display: block; display: block;
height: auto;
-moz-user-select: none; -moz-user-select: none;
-webkis-user-select: none; -webkis-user-select: none;
-ms-user-select: none; -ms-user-select: none;

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "mindtheme", "name": "mindtheme",
"description": "Mind Overflow's official website style", "description": "Mind Overflow's official website style",
"version": "0.0.14", "version": "0.1.0",
"engines": { "engines": {
"ghost-api": "v3" "ghost-api": "v3"
}, },

View File

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