Skip to content

Commit 265ebb1

Browse files
authored
Merge pull request #10 from pegnet/absolute-path
Make logo link to site homepage not docs homepage
2 parents e7298cd + c83b10e commit 265ebb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="wrapper">
1616
<header>
1717
<h1>
18-
<a href="{{ "/" | absolute_url }}" alt="{{ site.title | default: site.github.repository_name }}">
18+
<a href="https://pegnet.org" alt="PegNet | Home">
1919
<img src="{{site.logo | relative_url}}" alt="Logo" />
2020
</a>
2121
</h1>

0 commit comments

Comments
 (0)