diff options
Diffstat (limited to 'new-bootstrap2/templates/footer.html')
-rw-r--r-- | new-bootstrap2/templates/footer.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/new-bootstrap2/templates/footer.html b/new-bootstrap2/templates/footer.html new file mode 100644 index 0000000..69cbedc --- /dev/null +++ b/new-bootstrap2/templates/footer.html @@ -0,0 +1,7 @@ +{% if FOOTER_NOTE %} +<footer> + <address id="about"> + {{ FOOTER_NOTE }} + </address><!-- /#about --> +</footer> +{% endif %}
\ No newline at end of file |