Skip to content
Snippets Groups Projects
Commit 7e2a1860 authored by James Vasile's avatar James Vasile
Browse files

Remove author stuff

parent 9ecca206
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,12 @@
</section>
<br><br><br>
<footer>
<!--
<div class="adjust-width">
<div id="author-block" class="w3-light-grey w3-border">
<div id="author-info">
<a href="{{ AUTHOR_WEB }}"><img class="avatar" src="{{ AUTHOR_AVATAR }}" onerror="this.src='theme/images/avatar.png'" alt="Avatar"></a>
<a href="{{ AUTHOR_WEB }}"><img class="avatar" src="{{ AUTHOR_AVATAR }}" onerror="this.src='/theme/images/avatar.png'" alt="Avatar"></a>
<div style="margin-left: 20px;">
<a href="{{ AUTHOR_WEB }}"><span id="author-name" class="w3-hover-text-dark-grey">{{ article.author }}</span></a>
<p id="author-story">{% if article.author==AUTHOR %}{{ AUTHOR_DESCRIPTION }}{% endif %}</p>
......@@ -62,7 +62,7 @@
</div>
<br><br><br>
-->
{% if article.related_posts %}
<div class="related-posts">
<h4>Related posts:</h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment