Use a smaller image

This commit is contained in:
Oliver Davies 2015-05-29 10:45:20 +01:00
parent ddb2e5fa62
commit d81cd0ab98

View file

@ -1,5 +1,5 @@
<div class="about-author">
<h2>About the Author</h2>
<img src="{{ site.gravatar_url }}" alt="Picture of Oliver" class="img-circle">
<img src="{{ site.gravatar_url }}?s=50" alt="Picture of Oliver" class="img-circle">
<p>{{ site.bio|raw }}</p>
</div>