File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > {{ page.title }} - {{ site.title }}</ title >
6
- < link rel ="stylesheet " type ="text/css " href ="{{ site.url }}/css/style.css " >
7
- < link rel ="alternate " type ="application/atom+xml " href ="{{ site.url }}/feed.xml " title ="News Feed ">
6
+ < link rel ="stylesheet " type ="text/css " href ="{{ site.path }}/css/style.css " >
7
+ < link rel ="alternate " type ="application/atom+xml " href ="{{ site.path }}/feed.xml " title ="News Feed ">
8
8
</ head >
9
9
< body >
10
10
11
11
< div class ="container ">
12
12
< header class ="masthead ">
13
13
< h3 class ="masthead-title ">
14
- < a href ="{{ site.url }} "> {{ site.title }}</ a >
14
+ < a href ="{{ site.path }} "> {{ site.title }}</ a >
15
15
< small >
16
- < a href ="{{ site.url }}/archive.html "> Archive</ a >
16
+ < a href ="{{ site.path }}/archive.html "> Archive</ a >
17
17
</ small >
18
18
< small >
19
19
< a href ="{{ site.url }}/feed.xml "> Feed</ a >
You can’t perform that action at this time.
0 commit comments