diff options
author | Magnus Granberg <zorry@gentoo.org> | 2016-11-22 23:05:38 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2016-11-22 23:05:38 +0100 |
commit | 7999e14da3190d9f44e70a5dfbe1b2cedf55a5df (patch) | |
tree | f35a6bc92360445134ea461a10454bf01caaa91a /python/templates/includes/layout/header.html | |
parent | update conf files database (diff) | |
download | tinderbox-cluster-www-7999e14da3190d9f44e70a5dfbe1b2cedf55a5df.tar.gz tinderbox-cluster-www-7999e14da3190d9f44e70a5dfbe1b2cedf55a5df.tar.bz2 tinderbox-cluster-www-7999e14da3190d9f44e70a5dfbe1b2cedf55a5df.zip |
Update for django 1.10 and fix links for css and js
Diffstat (limited to 'python/templates/includes/layout/header.html')
-rw-r--r-- | python/templates/includes/layout/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/templates/includes/layout/header.html b/python/templates/includes/layout/header.html index 8b6bc63..585ea59 100644 --- a/python/templates/includes/layout/header.html +++ b/python/templates/includes/layout/header.html @@ -28,8 +28,8 @@ </div> <div class="logo"> <a href="/" title="Back to the homepage" class="site-logo"> - <object data="{{ site.cdnurl }}/site-logo.svg" type="image/svg+xml"> - <img src="{{ site.cdnurl }}/site-logo.png" alt="Gentoo Linux Logo"> + <object data="https://assets.gentoo.org/tyrian/site-logo.svg" type="image/svg+xml"> + <img src="https://assets.gentoo.org/tyrian/site-logo.png" alt="Gentoo Linux Logo"> </object> </a> </div> @@ -83,4 +83,4 @@ </div> </nav> {% endif %} -</header>
\ No newline at end of file +</header> |