~linuxgoose/bocpress

ref: 42cec5dc9648d56bb8bee0a6e09738f558701e1f bocpress/main/templates/partials/footer_blog.html -rw-r--r-- 164 bytes
42cec5dcJordan Robinson fix use blog_user on public template 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>