Skip to content

Commit e99555e

Browse files
committed
Our single page site doesn't need a big link to itself...
1 parent 0ca1d9c commit e99555e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<div class="container">
14-
<h1><a href="./">{{ site.tag_text }}</a></h1>
14+
<h1>{{ site.tag_text }}</h1>
1515
{{ content }}
1616
</div>
1717
{% include scripts.html %}

0 commit comments

Comments
 (0)