Skip to content

Commit 3c78f49

Browse files
fu5hakvark
authored andcommitted
Add link home from post (#17)
1 parent 093148a commit 3c78f49

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
@@ -21,7 +21,7 @@
2121

2222
<section>
2323
<div id="title">
24-
<h1>{{ site.title | default: site.github.repository_name }}</h1>
24+
<h1><a href="https://gfx-rs.github.io/">{{ site.title | default: site.github.repository_name }}</a></h1>
2525
<p>{{ site.description | default: site.github.project_tagline }}</p>
2626
<hr>
2727
</div>

0 commit comments

Comments
 (0)