Skip to content

Commit

Permalink
#88 Change masthead to header
Browse files Browse the repository at this point in the history
  • Loading branch information
LeNPaul committed Jun 5, 2021
1 parent 4fba0df commit 9807bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="masthead">
<h3 class="masthead-title">
<header class="header">
<h3 class="header-title">
<a href="{{ site.github.url }}/">{{ site.title }}</a>
<small class="masthead-subtitle">{{ site.description }}</small>
<small class="header-subtitle">{{ site.description }}</small>
{% include menu.html %}
</h3>
</header>

0 comments on commit 9807bc6

Please sign in to comment.