This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_partials/about-author.html

6 lines
176 B
HTML
Raw Normal View History

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