Author: Michael R. Crusoe <crusoe@debian.org>
Description: strip out some externally hosted images to preserve privacy
Forwarded: not-needed
--- macsylib.orig/doc/source/_templates/footer.html
+++ macsylib/doc/source/_templates/footer.html
@@ -5,7 +5,6 @@
 <div class="licensing">
   <p>
     This documentation is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
-      <img src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">.
     </a>
   </p>
 </div>
--- macsylib.orig/doc/source/_templates/layout.html
+++ macsylib/doc/source/_templates/layout.html
@@ -3,9 +3,6 @@
 {% block footer %}
 
 <a class="github" href="https://github.com/{{ github_user }}/{{ github_repo }}">
-    <img style="position: absolute; top: 0; right: 0; border: 0;"
-         src="https://raw.githubusercontent.com/{{ github_user }}/{{ github_repo }}/refs/heads/main/doc/source/_static/github-banner.svg"
-         alt="Fork me on GitHub" />
 </a>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
