From 19970dcc6e96a1fc7dc526f496692c5692b54ab8 Mon Sep 17 00:00:00 2001 From: Ricardo Lafuente Date: Jun 10 2022 12:14:52 +0000 Subject: [PATCH 1/2] website: Move wrapper links to JS Shield page --- diff --git a/website/theme/templates/base.html b/website/theme/templates/base.html index ae99a99..35f1340 100644 --- a/website/theme/templates/base.html +++ b/website/theme/templates/base.html @@ -128,15 +128,6 @@
  • JavaScript Shield
  • Network Boundary Shield
  • Fingerprint Detector
  • - {% for p in pages if p.category == "wrappers" %} - {% if p.url.strip('/') == slug %} -
  • - {% else %} -
  • - {% endif %} - {{ p.title }} -
  • - {% endfor %}