Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 772a466

Browse files
authored
fixed top right logo
1 parent 39d59a8 commit 772a466

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<h1>{{ site.title | default: site.github.repository_name }}</h1>
2424
</a>
2525
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
26-
{% if site.github.is_project_page %}
26+
2727
<a href="{{ '/' | absolute_url }}" class="button"></a>
28-
{% endif %}
28+
2929
</div>
3030
</header>
3131

0 commit comments

Comments
 (0)