lightspeed/_includes/header.html

8 lines
189 B
HTML
Raw Normal View History

2019-04-09 10:58:22 +00:00
<header role="banner">
<h3 style="margin-top:0;">
2019-04-09 10:58:22 +00:00
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a>
<br><small>{{ site.tagline }}</small>
</h3>
</header>
<hr>