Skip to content

Commit 275236d

Browse files
committed
Fix paths.
1 parent efb2489 commit 275236d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description: > # this means to ignore newlines until "url:"
88
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
99
last_updated: July 5, 2016
1010

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/
1313

1414
# Social
1515
github_username: # put your github username

_includes/head.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<title>{{ site.name }}{% if page.title and page.url != "/" %} | {{ page.title }}{% endif %}</title>
77
<meta name="description" content="{{ site.description }}">
88

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 }}">
1010
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
1111

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 }}">
1414
</head>

0 commit comments

Comments
 (0)