Add the FOOTER_TEXT variable

This commit is contained in:
Arnaud Rebillout
2020-07-27 15:26:33 +07:00
parent a3258aa902
commit ce462fea8b
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -53,5 +53,8 @@
<i class="fa fa-rss"></i>
</a>
</nav>
{% if FOOTER_TEXT %}
<p class="sidebar-footer">{{ FOOTER_TEXT }}</p>
{% endif %}
</div>
</div>