commit 2db779c383b7bb3db76b022b499a70bd551460cd Author: hiro hiro@torproject.org Date: Fri Oct 25 21:12:18 2019 +0200
Fix tag in html --- templates/layout.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/layout.html b/templates/layout.html index 562292c..e8db07e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -35,7 +35,5 @@ </div> </div> </div> - <footer> - {% include 'footer.html' %} - </footer> + {% include 'footer.html' %} </body>