~linuxgoose/bocpress

ref: 427f667b36d056efd6de93cd909f10450a3915fd bocpress/main/templates/partials/footer_blog.html -rw-r--r-- 164 bytes
427f667bJordan Robinson add img width 100% for byline images 14 days ago
                                                                                
1
2
3
4
5
6
7
<footer>
    {{ blog_user.subscribe_note_as_html|safe }}

    {% if blog_user.footer_note %}
    {{ blog_user.footer_note_as_html|safe }}
    {% endif %}
</footer>