File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 5
5
<meta http-equiv =" X-UA-Compatible" content =" IE=edge,chrome=1" />
6
6
7
7
<title >{{ meta_title }} </title >
8
- <meta name =" description" content =" {{ meta_description }} " />
9
8
10
9
<meta name =" HandheldFriendly" content =" True" />
11
10
<meta name =" MobileOptimized" content =" 320" />
14
13
<link rel =" stylesheet" type =" text/css" href =" {{ asset " css/normalize.css" }} " />
15
14
<link rel =" stylesheet" type =" text/css" href =" {{ asset " css/screen.css" }} " />
16
15
17
- {{ #if pagination.next }} <link href =" {{ pageUrl pagination.next }} " rel =" prefetch" />{{ /if }}
16
+ {{ #if pagination.next }} <link href =" {{ page_url pagination.next }} " rel =" prefetch" />{{ /if }}
18
17
19
18
{{ ghost_head }}
20
19
</head >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Vapor" ,
3
- "version" : " 1.4.0"
2
+ "name" : " vapor" ,
3
+ "description" : " A minimal, responsive theme for Ghost." ,
4
+ "version" : " 1.5.0" ,
5
+ "engines" : {
6
+ "ghost" : " >=1.0.0"
7
+ },
8
+ "license" : " MIT" ,
9
+ "author" : {
10
+
11
+ },
12
+ "config" : {
13
+ "posts_per_page" : 10
14
+ }
4
15
}
Original file line number Diff line number Diff line change 36
36
37
37
{{ #if author }}
38
38
<section class =" author" >
39
- <div class =" authorimage" style =" background: url({{ author.image }} )" ></div >
39
+ <div class =" authorimage" style =" background: url({{ author.profile_image }} )" ></div >
40
40
<p class =" attr" >Author</p >
41
41
<h4 ><a href =" {{ author.website }} " >{{ author.name }} </a ></h4 >
42
42
<p class =" bio" >{{ author.bio }} </p >
Original file line number Diff line number Diff line change 9
9
var disqus_shortname = ' YOUR_DISQUS_ID' ;
10
10
var disqus_config = function () {
11
11
// this.page.url = 'https://ivancarosati.com{{url}}'; // Replace PAGE_URL with your page's canonical URL variable
12
- this .page .identifier = ' {{id }}' ; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
12
+ this .page .identifier = ' {{comment_id }}' ; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
13
13
this .page .title = ' {{title}}' ;
14
14
};
15
15
24
24
</script >
25
25
{{ /post }}
26
26
<noscript >Please enable JavaScript to view the <a href =" https://disqus.com/?ref_noscript" rel =" nofollow" >comments
27
- powered by Disqus.</a ></noscript >
27
+ powered by Disqus.</a ></noscript >
Original file line number Diff line number Diff line change 1
1
<nav class =" pagination" role =" pagination" >
2
2
{{ #if prev }}
3
- <a class =" newer-posts" href =" {{ pageUrl prev }} " ><i class =" fa fa-chevron-circle-left" ></i > Newer</a >
3
+ <a class =" newer-posts" href =" {{ page_url prev }} " ><i class =" fa fa-chevron-circle-left" ></i > Newer</a >
4
4
{{ /if }}
5
5
<span class =" page-number" >Page {{ page }} of {{ pages }} </span >
6
6
{{ #if next }}
7
- <a class =" older-posts" href =" {{ pageUrl next }} " >Older <i class =" fa fa-chevron-circle-right" ></i ></a >
7
+ <a class =" older-posts" href =" {{ page_url next }} " >Older <i class =" fa fa-chevron-circle-right" ></i ></a >
8
8
{{ /if }}
9
- </nav >
9
+ </nav >
Original file line number Diff line number Diff line change 36
36
37
37
{{ #if author }}
38
38
<section class =" author" >
39
- <div class =" authorimage" style =" background: url({{ author.image }} )" ></div >
39
+ <div class =" authorimage" style =" background: url({{ author.profile_image }} )" ></div >
40
40
<p class =" attr" >Author</p >
41
41
<h4 ><a href =" {{ author.website }} " >{{ author.name }} </a ></h4 >
42
42
<p class =" bio" >{{ author.bio }} </p >
You can’t perform that action at this time.
0 commit comments