diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-04-01 16:10:47 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-04-06 12:57:12 +0200 |
commit | 355d7890614a2f00549f735878db141eca7a2fd9 (patch) | |
tree | afc4c390dfff1a358fb057df53161760c5dc0ab1 /docs/_templates/layout.html | |
parent | 47ed67c04e03a565619bc18383bc1eab79094fca (diff) | |
download | slixmpp-355d7890614a2f00549f735878db141eca7a2fd9.tar.gz slixmpp-355d7890614a2f00549f735878db141eca7a2fd9.tar.bz2 slixmpp-355d7890614a2f00549f735878db141eca7a2fd9.tar.xz slixmpp-355d7890614a2f00549f735878db141eca7a2fd9.zip |
docs: remove andyet logo/link on every page
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r-- | docs/_templates/layout.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index de6f7244..0a97cb70 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -65,6 +65,5 @@ <div class="bottomnav"> {{ nav() }} </div> - <a id="from_andyet" href="http://andyet.net"><h2>From &yet</h2></a> {% endblock %} |