aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'xreadthedocs/base.html')
-rw-r--r--xreadthedocs/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html
index 4fe9033..94a7302 100644
--- a/xreadthedocs/base.html
+++ b/xreadthedocs/base.html
@@ -45,9 +45,9 @@
{# SIDE NAV, TOGGLES ON MOBILE #}
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
- <div class="wy-side-nav-search">
+ <div class="logo">
<a class="site-title" href="{{ homepage_url }}">
- <span class="base0b">go</span><span class="base0c">crypt</span><span class="base0d">fs</span>
+ <img src="{{ base_url }}/img/gocryptfs-logo.paths-white.svg" alt="gocryptfs">
</a>
</div>
@@ -69,7 +69,7 @@
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a class="site-title" href="{{ homepage_url }}">
- <span class="base0b">go</span><span class="base0c">crypt</span><span class="base0d">fs</span>
+ <img src="{{ base_url }}/img/gocryptfs-logo.paths-white.svg" alt="gocryptfs">
</a>
</nav>