Update theme for Ghost v4.0
This commit is contained in:
parent
34c911357b
commit
9418dce69f
@ -99,6 +99,7 @@ hr {
|
||||
|
||||
img {
|
||||
display: block;
|
||||
height: auto;
|
||||
-moz-user-select: none;
|
||||
-webkis-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{@site.lang}}">
|
||||
<html lang="{{@site.locale}}">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8"/>
|
||||
|
@ -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"
|
||||
},
|
||||
|
2
post.hbs
2
post.hbs
@ -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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user