commit 24e65e90e5c3df33303ee5ea73bad185b774de9b Author: hiro hiro@torproject.org Date: Mon Oct 28 17:58:55 2019 +0100
Update lego --- lego | 2 +- templates/banner.html | 1 + templates/bottom_banner.html | 1 - templates/meta.html | 1 - 4 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/lego b/lego index 9166e8d..2a4a75d 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit 9166e8dee91b8e8c4148d750aafece458693ed3c +Subproject commit 2a4a75da799b40b1c6e9054410306719bceb43eb diff --git a/templates/banner.html b/templates/banner.html new file mode 120000 index 0000000..1202e0b --- /dev/null +++ b/templates/banner.html @@ -0,0 +1 @@ +../lego/templates/banner.html \ No newline at end of file diff --git a/templates/bottom_banner.html b/templates/bottom_banner.html deleted file mode 120000 index 71f1dc9..0000000 --- a/templates/bottom_banner.html +++ /dev/null @@ -1 +0,0 @@ -../lego/templates/bottom_banner.html \ No newline at end of file diff --git a/templates/meta.html b/templates/meta.html index 3675f20..17c7e0b 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -12,7 +12,6 @@ <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/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