diff options
author | Jakob Unterwurzacher | 2016-01-05 20:57:39 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-05 20:57:39 +0100 |
commit | 1d499303638b7dd23d4a03854d68260563dec7bc (patch) | |
tree | 6cd140e4e720ec1c21121000b0f28f1964cb2706 /xreadthedocs/base.html | |
parent | ae4c5812df1f06e6ff0e1e82c54cca1c4f444c7e (diff) |
New two-color logo
Diffstat (limited to 'xreadthedocs/base.html')
-rw-r--r-- | xreadthedocs/base.html | 6 |
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> |