commit 0b39fe653c4fe790f4e45ce0428236d91acbefe8 Author: hiro hiro@torproject.org Date: Sat Apr 27 21:39:33 2019 +0200
Remove about.html template --- templates/about.html | 43 ------------------------------------------- 1 file changed, 43 deletions(-)
diff --git a/templates/about.html b/templates/about.html deleted file mode 100644 index 4372ae2..0000000 --- a/templates/about.html +++ /dev/null @@ -1,43 +0,0 @@ -<!doctype html> -<meta charset="utf-8"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link rel="stylesheet" href="{{ '/static/bootstrap.css'|asseturl }}"> -<link rel="stylesheet" href="{{ '/static/fonts/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}"> -<link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet"> -<title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title> -<body class="no-gutters"> - <header> - {% include 'navbar.html' %} - </header> - <div class="page"> - {% include 'header.html' %} - <div class="container-fluid"> - <div class="row flex-xl-nowrap"> - <main role="main" class="mx-auto col-12 {{ bag('alternatives', this.alt, 'order') }}"> - {% if this.path == "/about/history" %} - <div class="container py-3 mt-5 preamble"> - {{ this.parent.body }} - </div> - {% elif this.parent.path == "/about/jobs" %} - <div class="container py-3 mt-5"> - {{ this.summary }} - </div> - <div class="container py-3"> - {{ this.description }} - </div> - {% else %} - <div class="container py-3 mt-5 preamble"> - {{ this.body }} - </div> - {% endif %} - {% if this.parent.path == "/about" %} - {% include this.html %} - {% endif %} - </main> - </div> - </div> - </div> - <footer> - {% include 'footer.html' %} - </footer> -</body>