Remove about_author.html.twig

This commit is contained in:
Oliver Davies 2015-08-20 22:19:22 +01:00
parent b726aba69f
commit 04dcfcc92a
2 changed files with 7 additions and 8 deletions

View file

@ -29,7 +29,13 @@
</p>
{% endif %}
{% include 'about_author' %}
<div class="about-author">
<h2>About the Author</h2>
<img src="{{ site.gravatar.url }}?s=50" alt="Picture of Oliver" class="img-circle">
<p><a href="{{ site.url }}">Oliver Davies</a> is a Drupal Developer and System Administrator based in the UK. He is a Senior Developer at <a href="https://microserve.io">Microserve</a> and also provides freelance consultancy services for Drupal websites and Linux servers.</p>
</div>
{% if page.next_post or page.previous_post %}
<ul>

View file

@ -1,7 +0,0 @@
<div class="about-author">
<h2>About the Author</h2>
<img src="{{ site.gravatar.url }}?s=50" alt="Picture of Oliver" class="img-circle">
<p><a href="/">Oliver Davies</a> is a Drupal Developer and System Administrator based in the UK. He is a Senior Developer at <a href="https://microserve.io">Microserve</a> and also provides freelance consultancy services for Drupal websites and Linux servers.</p>
</div>