summaryrefslogtreecommitdiff
path: root/sphinx/themes/pyramid/layout.html
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2020-04-06 21:40:36 +0200
committerMatthias Geier <Matthias.Geier@gmail.com>2020-04-08 22:19:27 +0200
commit99da3fa716a82f65bb1a42e457aefa33488f7c24 (patch)
tree1fd7595806ee8d91e72ea8377880e67edf6812ef /sphinx/themes/pyramid/layout.html
parent9dec86e98d7d71a5ea69bb3b7c7a66d25d6f2278 (diff)
downloadsphinx-git-99da3fa716a82f65bb1a42e457aefa33488f7c24.tar.gz
Escape a few links
Diffstat (limited to 'sphinx/themes/pyramid/layout.html')
-rw-r--r--sphinx/themes/pyramid/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/pyramid/layout.html b/sphinx/themes/pyramid/layout.html
index f1d3984dc..02eec1cfb 100644
--- a/sphinx/themes/pyramid/layout.html
+++ b/sphinx/themes/pyramid/layout.html
@@ -13,7 +13,7 @@
<div class="header" role="banner">
<div class="logo">
<a href="{{ pathto(master_doc)|e }}">
- <img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
+ <img class="logo" src="{{ pathto('_static/' + logo, 1)|e }}" alt="Logo"/>
</a>
</div>
</div>