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 c538449 commit eac419e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@
<div class="shell">

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

Expand Down

0 comments on commit eac419e

Please sign in to comment.