commit 695e3bbb021f256c96aab82289c2c75ba736df58 Author: hiro hiro@torproject.org Date: Mon Oct 28 17:38:20 2019 +0100
Update lego --- lego | 2 +- templates/homepage.html | 1 - templates/layout.html | 1 - templates/meta.html | 3 +-- 4 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/lego b/lego index 740a29c..d110f07 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 740a29c997e87c75f48bc58d85cc2572a35154e0 +Subproject commit d110f07b4e4abea653b88d112587a929fe433099 diff --git a/templates/homepage.html b/templates/homepage.html index 43663a7..0710d17 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -18,7 +18,6 @@ </div> </div> </div> - {% include 'bottom_banner.html' %} {% include 'footer.html' %} </body> </html> diff --git a/templates/layout.html b/templates/layout.html index e626e2c..ab0e998 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -12,7 +12,6 @@ </div> </div> </div> - {% include 'bottom_banner.html' %} {% include 'footer.html' %} </body> </html> diff --git a/templates/meta.html b/templates/meta.html index 1e82327..3675f20 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -11,9 +11,8 @@ <meta property="og:title" content="{{ _('The Tor Project | Privacy & Freedom Online') }}" /> <meta property="og:description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}" /> <meta property="og:image" content="https://www.torproject.org/static/images/tor-project-logo-onions.png" /> -<link rel="stylesheet" href="{{ '/static/css/digital-climate-strike/main.css'|asseturl }}"> -<link rel="stylesheet" href="{{ '/static/css/eoy.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/css/bootstrap.css'|asseturl }}"> +<link rel="stylesheet" href="{{ '/static/css/eoy.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet"> <!-- Standard favicon --> <link rel="icon" type="image/x-icon" href="https://www.torproject.org/static/images/favicon/favicon.ico">
tor-commits@lists.torproject.org