Re-add 'About author' section
This commit is contained in:
parent
606be23129
commit
4514696616
|
@ -24,10 +24,7 @@
|
||||||
|
|
||||||
{% include 'post/questions-comments' %}
|
{% include 'post/questions-comments' %}
|
||||||
{% include 'post/tags' %}
|
{% include 'post/tags' %}
|
||||||
{#
|
|
||||||
{% include 'post/pager' %}
|
|
||||||
{% include 'post/about-author' %}
|
{% include 'post/about-author' %}
|
||||||
#}
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
|
|
|
@ -1,17 +1,13 @@
|
||||||
<div class="clearfix mt-4">
|
<div class="mt-4">
|
||||||
<h2>About the Author</h2>
|
<h2>About the Author</h2>
|
||||||
|
|
||||||
<div class="flex">
|
<div class="flex items-center">
|
||||||
<div class="mr-4 flex-none leading-none">
|
<div class="mr-4 flex-none leading-none">
|
||||||
<img
|
<img src="{{ site.avatar.url }}" alt="Picture of Oliver" class="avatar w-16">
|
||||||
src="{{ site.avatar.url }}"
|
|
||||||
alt="Picture of Oliver"
|
|
||||||
class="avatar w-16"
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mb-0">
|
<p class="text-sm mb-0">
|
||||||
Oliver Davies is a full-stack Web Developer and System Administrator based in the UK.
|
Oliver Davies is a Web Developer and System Administrator based in the UK.
|
||||||
He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source={{ site.short_url }}&utm_medium=about-author" class="link">{{ site.companies[site.work.company].name }}</a> and a part-time freelancer specialising in Drupal, Symfony and Laravel development and Linux systems administration.
|
He is a {{ site.work.role }} at <a href="{{ site.companies[site.work.company].url }}?utm_source={{ site.short_url }}&utm_medium=about-author" class="link">{{ site.companies[site.work.company].name }}</a> and a part-time freelancer specialising in Drupal, Symfony and Laravel development and Linux systems administration.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue