Skip to content

Commit c3f0e05

Browse files
committed
Update default.html
1 parent 5595b34 commit c3f0e05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<head>
44
<meta charset="utf-8">
55
<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">
88
</head>
99
<body>
1010

1111
<div class="container">
1212
<header class="masthead">
1313
<h3 class="masthead-title">
14-
<a href="{{ site.url }}">{{ site.title }}</a>
14+
<a href="{{ site.path }}">{{ site.title }}</a>
1515
<small>
16-
&nbsp;&nbsp;&nbsp;<a href="{{ site.url }}/archive.html">Archive</a>
16+
&nbsp;&nbsp;&nbsp;<a href="{{ site.path }}/archive.html">Archive</a>
1717
</small>
1818
<small>
1919
&nbsp;&nbsp;&nbsp;<a href="{{ site.url }}/feed.xml">Feed</a>

0 commit comments

Comments
 (0)