commit 29f697caa022a74a53e4b21d6dcea8eb43e20114 Author: hiro hiro@torproject.org Date: Sat Oct 26 00:14:52 2019 +0200
Updates with banner --- lego | 2 +- templates/homepage.html | 1 + templates/layout.html | 1 + 3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/lego b/lego index 91aeb8f..eeeb665 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 91aeb8fa5d9492c9fd2b4e86368b2409869ac66f +Subproject commit eeeb665a9b147f046fc9029b8733956982dcebc0 diff --git a/templates/homepage.html b/templates/homepage.html index 0710d17..43663a7 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -18,6 +18,7 @@ </div> </div> </div> + {% include 'bottom_banner.html' %} {% include 'footer.html' %} </body> </html> diff --git a/templates/layout.html b/templates/layout.html index ab0e998..e626e2c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -12,6 +12,7 @@ </div> </div> </div> + {% include 'bottom_banner.html' %} {% include 'footer.html' %} </body> </html>
tor-commits@lists.torproject.org