Add an easter egg-ish link to the full about page

This commit is contained in:
2016-10-04 14:44:27 +02:00
parent 8b10623183
commit 1298bfc418
2 changed files with 23 additions and 1 deletions

View File

@@ -11,7 +11,11 @@
{% if page.name != 'about.html' %}
<div class="well well-sm small">
<div class="pull-left" id="about-well-image"><img src="{{'/images/profile.svg' | prepend: site.baseurl}}" alt=""></div>
<div class="pull-left" id="about-well-image">
<a href="{{ site_url }}/about/">
<img src="{{'/images/profile.svg' | prepend: site.baseurl}}" alt="">
</a>
</div>
{% include about.html %}
<div class="clearfix"></div>
</div>