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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user