Remove about_author.html.twig
This commit is contained in:
parent
b726aba69f
commit
04dcfcc92a
|
@ -29,7 +29,13 @@
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% 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 %}
|
{% if page.next_post or page.previous_post %}
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in a new issue