Skip to content
Snippets Groups Projects
Commit 5b0d961c authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

getting the favicon right

parent a673150d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ permalink: pretty ...@@ -3,7 +3,7 @@ permalink: pretty
# Setup # Setup
title: KWARC title: KWARC
tagline: 'KWARC: Knowledge Adaptation and Reasoning for Content ' tagline: 'Knowledge Adaptation and Reasoning for Content '
description: 'The Research Group of the Professorship for Knowledge Representation description: 'The Research Group of the Professorship for Knowledge Representation
and Processing at <a href="http://fau.de">FAU Erlangen-Nürnberg</a> <a and Processing at <a href="http://fau.de">FAU Erlangen-Nürnberg</a> <a
href="http://cs.fau.de">Computer Science</a>' href="http://cs.fau.de">Computer Science</a>'
......
...@@ -29,14 +29,12 @@ ...@@ -29,14 +29,12 @@
<![endif]--> <![endif]-->
<!-- Icons --> <!-- Icons -->
<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.png"> <link rel="shortcut icon" type="image/png" sizes="96x96" href="/public/favicon-96x96.png">
<link rel="apple-touch-icon-precomposed apple-touch-icon" sizes="144x144" type="image/png" href="{{ site.baseurl }}/public/favicon.png">
<!-- RSS --> <!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}/atom.xml"> <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins and calendar) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins and calendar) -->
<script src="{{ site.baseurl }}/public/js/jquery.min.js"></script> <script src="/public/js/jquery.min.js"></script>
<!-- Piwik Analytics plugin --> <!-- Piwik Analytics plugin -->
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="row"> <div class="row">
<div class="odk-logo" > <div class="odk-logo" >
<a href="{{ site.baseurl }}/"> <a href="{{ site.baseurl }}/">
<img class="img-responsive" src="{{ site.baseurl }}/public/logos/kwarc-logo-transparent.jpg" alt="KWARC logo" /> <img class="img-responsive" src="{{ site.baseurl }}/public/logos/kwarc-logo-blue-transparent.png" alt="KWARC logo" />
</a> </a>
</div> </div>
<div class="site-heading"> <div class="site-heading">
......
public/favicon-96x96.png

11.1 KiB

public/logos/kwarc-logo-blue-transparent.png

13.4 KiB

public/logos/kwarc-logo-weiss-transparent.png

1.18 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment