diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 00000000..cc250141 --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/templates/generic_page.html b/templates/generic_page.html index 9d4716ef..ce06a6b1 100644 --- a/templates/generic_page.html +++ b/templates/generic_page.html @@ -35,13 +35,7 @@ [{{ page.num }}]{% if loop.last %} {% endif %} {% endfor %} {{ btn.next }} {{ boardlist.bottom }} - + {% include 'footer.html' %} diff --git a/templates/index.html b/templates/index.html index e606f9f6..118ddbcc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -88,14 +88,7 @@ {{ config.ad.bottom }} - + {% include 'footer.html' %} diff --git a/templates/page.html b/templates/page.html index 8e6a1e62..b6203a61 100644 --- a/templates/page.html +++ b/templates/page.html @@ -23,11 +23,6 @@ {{ body }}