File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ description: > # this means to ignore newlines until "url:"
8
8
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
9
9
last_updated : July 5, 2016
10
10
11
- url : # the base hostname & protocol for your site
12
- baseurl : /al-folio/ # the subpath of your site, e.g. /blog/
11
+ url : https://alshedivat.github.io/al-folio # the base hostname & protocol for your site
12
+ baseurl : # the subpath of your site, e.g. /blog/
13
13
14
14
# Social
15
15
github_username : # put your github username
Original file line number Diff line number Diff line change 6
6
< title > {{ site.name }}{% if page.title and page.url != "/" %} | {{ page.title }}{% endif %}</ title >
7
7
< meta name ="description " content ="{{ site.description }} ">
8
8
9
- < link rel ="stylesheet " href ="{{ site.baseurl }} /assets/css/main.css ">
9
+ < link rel ="stylesheet " href ="{{ ' /assets/css/main.css' | prepend: site.baseurl | prepend: site.url }} ">
10
10
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
11
11
12
- < link rel ="stylesheet " href ="{{ site.baseurl }} /assets/css/font-awesome.min.css ">
13
- < link rel ="stylesheet " href ="{{ site.baseurl }} /assets/css/academicons.css ">
12
+ < link rel ="stylesheet " href ="{{ ' /assets/css/font-awesome.min.css' | prepend: site.baseurl | prepend: site.url }} ">
13
+ < link rel ="stylesheet " href ="{{ ' /assets/css/academicons.css' | prepend: site.baseurl | prepend: site.url }} ">
14
14
</ head >
You can’t perform that action at this time.
0 commit comments