oliverdavies.uk/source/_partials/about-author.html.twig

6 lines
176 B
Twig
Raw Normal View History

2015-04-23 09:15:16 +01:00
<div class="about-author">
2015-06-14 03:27:41 +01:00
<h2>About the Author</h2>
<img src="{{ site.gravatar_url }}?s=50" alt="Picture of Oliver" class="img-circle">
<p>{{ site.bio|raw }}</p>
</div>