Use a smaller image
This commit is contained in:
parent
ddb2e5fa62
commit
d81cd0ab98
|
@ -1,5 +1,5 @@
|
||||||
<div class="about-author">
|
<div class="about-author">
|
||||||
<h2>About the Author</h2>
|
<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>
|
<p>{{ site.bio|raw }}</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue