Skip to content

Commit

Permalink
Update default.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere committed Jan 17, 2024
1 parent 0fa5632 commit c538449
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
<div class="shell">

<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
<div>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</div>
</header>

{% if site.show_downloads %}
Expand Down

0 comments on commit c538449

Please sign in to comment.