commit 4e3b5a891ec278ff8e5d2a6dd2aca26a7550b523 Author: hiro hiro@torproject.org Date: Mon Oct 28 18:41:55 2019 +0100
Fix bug --- templates/layout.html | 4 +--- templates/visuals.html | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/templates/layout.html b/templates/layout.html index 8c4f09c..37a97b6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -21,8 +21,6 @@ </div> </div> </div> - <footer class="footer"> - {% include 'footer.html' %} - </footer> + {% include 'footer.html' %} </body> </html> diff --git a/templates/visuals.html b/templates/visuals.html index 3c690f6..e637e13 100644 --- a/templates/visuals.html +++ b/templates/visuals.html @@ -505,7 +505,5 @@ </div> </div>
-{% include 'footer.html' %} - </main> {% endblock %}
tor-commits@lists.torproject.org