~linuxgoose/bocpress

ref: d8759d9a75c5243da4460519a6aac5d5a944795d bocpress/main/templates/partials/footer_blog.html -rw-r--r-- 164 bytes
d8759d9aJordan Robinson add blog setting for number of items to return in feed 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>