1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Maximilian Engelhardt <maxi@daemonizer.de>
Date: Sun, 16 Feb 2025 19:26:10 +0100
Subject: docs: Prevent privacy breach
Forwarded: Not-Needed
---
pylons_sphinx_themes/pylons/layout.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/pylons_sphinx_themes/pylons/layout.html b/pylons_sphinx_themes/pylons/layout.html
index ddf384c..fe356ed 100644
--- a/pylons_sphinx_themes/pylons/layout.html
+++ b/pylons_sphinx_themes/pylons/layout.html
@@ -1,8 +1,6 @@
{% extends "basic/layout.html" %}
{%- block extrahead %}
-<link rel="stylesheet" href="//static.pylonsproject.org/fonts/nobile/stylesheet.css" type="text/css" media="screen" charset="utf-8" />
-<link rel="stylesheet" href="//static.pylonsproject.org/fonts/neuton/stylesheet.css" type="text/css" media="screen" charset="utf-8" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="{{ pathto('_static/ie6.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
<![endif]-->
|