funky/_includes/header.html

18 lines
399 B
HTML
Raw Normal View History

<header class="header">
<a href="{{ page.url }}" title="{{ page.title }}">
2016-06-15 23:24:33 +00:00
<img class="avatar" src="{{ site.logo | replace: "300", "72" }}" alt="{{ site.title }}" srcset="{{ site.logo | replace: "300", "72" }} 72w, {{ site.logo | replace: "300", "144" }} 144w" width="72" height="72">
</a>
2016-06-15 23:24:33 +00:00
{% include nav.html %}
<div class="container">
<h1>{{ page.title }}</h1>
</div>
</header>