~linuxgoose/bocpress

ref: 559db657d463cb32a93dd11907e5dcd84c140101 bocpress/main/templates/partials/footer_blog.html -rw-r--r-- 164 bytes
559db657Jordan Robinson change images to be assets and allow for more file types per #25 2 months 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>