File: Privacy-Remove-image-linking-to-amazonaws.patch

package info (click to toggle)
flask-bcrypt 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 294; makefile: 113; sh: 17
file content (21 lines) | stat: -rw-r--r-- 739 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Orestis Ioannou <orestis@oioannou.com>
Date: Fri, 11 Mar 2016 23:32:31 +0100
Subject: Privacy: Remove image linking to amazonaws

Forwarded: Not-Needed
---
 docs/_templates/layout.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index ec89524..201ccd4 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -1,7 +1,4 @@
 {% extends '!layout.html' %}
 {% block document %}
   {{super()}}
-  <a href="https://github.com/maxcountryman/flask-bcrypt">
-    <img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub">
-  </a>
 {% endblock %}