File tree Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2013-2014 Seth Lilly - Released under The MIT License.
1
+ Copyright (c) 2013-2018 Seth Lilly - Released under The MIT License.
2
2
3
3
Permission is hereby granted, free of charge, to any person
4
4
obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change @@ -254,6 +254,10 @@ section.post-content img {
254
254
margin : 0 auto;
255
255
max-width : 100% ;
256
256
}
257
+ section .post-content .kg-width-wide img {
258
+ }
259
+ section .post-content .kg-width-full img {
260
+ }
257
261
section .preview .archive h2 {
258
262
text-align : left;
259
263
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vapor" ,
3
3
"description" : " A minimal, responsive theme for Ghost." ,
4
- "version" : " 1.5 .0" ,
4
+ "version" : " 1.6 .0" ,
5
5
"engines" : {
6
- "ghost" : " >=1 .0.0"
6
+ "ghost" : " >=2 .0.0"
7
7
},
8
8
"license" : " MIT" ,
9
9
"author" : {
10
10
11
11
},
12
+ "keywords" : [
13
+ " ghost" ,
14
+ " theme" ,
15
+ " ghost-theme"
16
+ ],
12
17
"config" : {
13
18
"posts_per_page" : 10
14
19
}
Original file line number Diff line number Diff line change 34
34
35
35
<footer class =" post-footer" >
36
36
37
- {{ #if author }}
37
+ {{ #if primary_author }}
38
38
<section class =" author" >
39
- <div class =" authorimage" style =" background: url({{ author .profile_image}} )" ></div >
39
+ <div class =" authorimage" style =" background: url({{ primary_author .profile_image}} )" ></div >
40
40
<p class =" attr" >Author</p >
41
- <h4 ><a href =" {{ author .website}} " >{{ author .name}} </a ></h4 >
42
- <p class =" bio" >{{ author .bio}} </p >
41
+ <h4 ><a href =" {{ primary_author .website}} " >{{ primary_author .name}} </a ></h4 >
42
+ <p class =" bio" >{{ primary_author .bio}} </p >
43
43
</section >
44
44
{{ /if }}
45
45
Original file line number Diff line number Diff line change 34
34
35
35
<footer class =" post-footer" >
36
36
37
- {{ #if author }}
37
+ {{ #if primary_author }}
38
38
<section class =" author" >
39
- <div class =" authorimage" style =" background: url({{ author .profile_image}} )" ></div >
39
+ <div class =" authorimage" style =" background: url({{ primary_author .profile_image}} )" ></div >
40
40
<p class =" attr" >Author</p >
41
- <h4 ><a href =" {{ author .website}} " >{{ author .name}} </a ></h4 >
42
- <p class =" bio" >{{ author .bio}} </p >
41
+ <h4 ><a href =" {{ primary_author .website}} " >{{ primary_author .name}} </a ></h4 >
42
+ <p class =" bio" >{{ primary_author .bio}} </p >
43
43
</section >
44
44
{{ /if }}
45
45
You can’t perform that action at this time.
0 commit comments