]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/blog/author.html
blog: Make menu responsive by moving it into header
[ipfire.org.git] / src / templates / blog / author.html
index 8ed4d01d09653786ae793357193ec8b6ee5440f8..b4009f01a13307c60fff40ac47a54c5cceecd639 100644 (file)
                </div>
        </div>
 {% end block %}
-
-{% block right %}
-       <div class="col-md-3 text-center">
-               <img class="img-fluid rounded-circle mb-4" src="{{ author.avatar_url(160) }}" alt="{{ author.name }}" />
-
-               <p>{{ author.name }}</p>
-
-               <a href="mailto:{{ author.email }}">Email</a>
-       </div>
-{% end block %}