2018-09-03 19:32:18 +00:00
|
|
|
<header id="title-header" role="banner">
|
2018-09-06 04:13:47 +00:00
|
|
|
<div class="row">
|
2021-01-07 05:45:47 +00:00
|
|
|
<div class="six columns">
|
2018-09-05 17:56:55 +00:00
|
|
|
<h1 class="title">
|
2018-09-03 19:32:18 +00:00
|
|
|
<a href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
|
2018-09-05 17:56:55 +00:00
|
|
|
</h1>
|
2018-09-06 04:13:47 +00:00
|
|
|
<div class="light social">
|
|
|
|
<span>By {{ site.author | escape }}</span>
|
|
|
|
<span class="author-icons">
|
|
|
|
<a href="mailto:mediocregopher@gmail.com">
|
|
|
|
<i class="fas fa-envelope"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://github.com/{{ site.github_username }}">
|
|
|
|
<i class="fab fa-github"></i>
|
|
|
|
</a>
|
|
|
|
<a href="https://twitter.com/{{ site.twitter_username }}">
|
|
|
|
<i class="fab fa-twitter"></i>
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
<a href="{{ '/feed.xml' | relative_url }}">
|
|
|
|
<span>RSS</span><i class="fas fa-rss"></i>
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
</div>
|
2018-09-03 19:32:18 +00:00
|
|
|
</div>
|
2021-01-07 05:45:47 +00:00
|
|
|
{%- if!page.nofollow != true %}
|
|
|
|
<!--<div class="six-columns">
|
|
|
|
<a href="/follow.html">FOLLOW PLZ</a>
|
|
|
|
</div>-->
|
|
|
|
{% endif -%}
|
2018-09-03 19:32:18 +00:00
|
|
|
</div>
|
|
|
|
</header>
|