File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ author: Amit Merchant
12
12
description : An elegant Jekyll theme
13
13
14
14
# URL of your avatar or profile pic (you could use your GitHub profile pic)
15
- avatar : /reverie/ images/reverie.png
15
+ avatar : /images/reverie.png
16
16
17
17
#
18
18
# Flags below are optional
Original file line number Diff line number Diff line change 24
24
< meta property ="og:image " content ="{{ site.url }}{{ page.image }} "/>
25
25
< meta property ="twitter:image " content ="{{ site.url }}{{ page.image }} "/>
26
26
{% else %}
27
- < meta property ="og:image " content ="https://avatars0.githubusercontent.com/u/3647841?v=3&s=460 "/>
28
- < meta property ="twitter:image " content ="https://avatars0.githubusercontent.com/u/3647841?v=3&s=460 "/>
27
+ < meta property ="og:image " content ="{{ site.url }}{{ site.avatar }} "/>
28
+ < meta property ="twitter:image " content ="{{ site.url }}{{ site.avatar }} "/>
29
29
{% endif %}
30
30
< meta property ="og:site_name " content ="Amit Merchant - Software Engineer "/>
Original file line number Diff line number Diff line change 10
10
< link rel ="canonical " href ="{{ site.url }}{{ page.url }} " />
11
11
12
12
< meta name ="theme-color " content ="#000000 ">
13
- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="/reverie/images/favicon-32x32.png ">
14
- < script type ="text/javascript ">
15
- var host = "www.amitmerchant.com" ;
16
- if ( ( host == window . location . host ) && ( window . location . protocol != "https:" ) )
17
- window . location . protocol = "https" ;
18
- </ script >
13
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="{{ site.baseurl }}/images/favicon-32x32.png ">
19
14
</ head >
20
15
21
16
< body >
24
19
< div class ="wrapper-masthead ">
25
20
< div class ="container ">
26
21
< header class ="masthead clearfix ">
27
- < a href ="{{ site.baseurl }}/ " class ="site-avatar "> < img src ="{{ site.avatar }} " /> </ a >
22
+ < a href ="{{ site.baseurl }}/ " class ="site-avatar "> < img src ="{{ site.baseurl }}{{ site. avatar }} " /> </ a >
28
23
29
24
< div class ="site-info ">
30
25
< h1 class ="site-name "> < a href ="{{ site.baseurl }}/ "> {{ site.name }}</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments