[tor-commits] [tpo/master] Remove "Press Releases" from tpo/press
gus at torproject.org
gus at torproject.org
Fri Jul 30 14:19:12 UTC 2021
commit ab212ba09f536a092baaa5d8e0b8f13d649003f4
Author: HackerNCoder <hackerncoder at encryptionin.space>
Date: Thu Jul 29 23:03:23 2021 +0000
Remove "Press Releases" from tpo/press
---
templates/press.html | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/templates/press.html b/templates/press.html
index 5509b85d..d63b46cb 100644
--- a/templates/press.html
+++ b/templates/press.html
@@ -32,23 +32,6 @@
</div>
</div>
</div>
-<div class="container py-3">
- <div class="row border-bottom border-light"><p></p></div>
-</div>
-<div class="container py-3">
- <div class="row p-3">
- <h3 class="text-primary display-5">{{ _('Press Releases') }}</h3>
- </div>
-</div>
-<div class="container col-10">
- <div class="row">
- {% from "macros/press.html" import render_release %}
- {% set items = site.query('/press').include_undiscoverable(true).filter(F.type == "release") %}
- {% for item in items %}
- {{ render_release(item, this.alt) }}
- {% endfor %}
- </div>
-</div>
<div class="container">
<div class="row p-3 pt-5">
<h3 class="text-primary display-5">{{ _('Coverage') }}</h3>
More information about the tor-commits
mailing list