Removed site.bio
This commit is contained in:
parent
8183fd6236
commit
0e6a3eec85
|
@ -30,9 +30,6 @@ gravatar:
|
||||||
flickr:
|
flickr:
|
||||||
url: https://www.flickr.com/photos/133286555@N04
|
url: https://www.flickr.com/photos/133286555@N04
|
||||||
|
|
||||||
bio: >
|
|
||||||
<p><a href="/">Oliver Davies</a> is a Drupal Developer and System Administrator based in the UK. He works for the <a href="https://assoc.drupal.org">Drupal Association</a> and also provides freelance consultancy services for Drupal websites and Linux servers.</p>
|
|
||||||
|
|
||||||
apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ]
|
||||||
favicon_sizes: [ 160, 96, 32, 16 ]
|
favicon_sizes: [ 160, 96, 32, 16 ]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<div class="about-author">
|
<div class="about-author">
|
||||||
<h2>About the Author</h2>
|
<h2>About the Author</h2>
|
||||||
|
|
||||||
<img src="{{ site.gravatar.url }}?s=50" 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><a href="/">Oliver Davies</a> is a Drupal Developer and System Administrator based in the UK. He works for the <a href="https://assoc.drupal.org">Drupal Association</a> and also provides freelance consultancy services for Drupal websites and Linux servers.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue