Skip to content
Snippets Groups Projects
Commit 744191d6 authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

adding SITELOGO

parent b6849376
No related branches found
No related tags found
No related merge requests found
...@@ -26,11 +26,12 @@ ...@@ -26,11 +26,12 @@
<body> <body>
{% include 'github.html' %} {% include 'github.html' %}
<div id="container"> <div id="container">
<header> <header>
<h1><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1> <p>{% if SITELOGO %}<img src="{{ SITEURL }}/{{ SITELOGO }}#float-left" alt="Website Logo">{% endif %}
<p><em>{{ SITESUBTITLE }}</em></p> <h1><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
{% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %} <em>{{ SITESUBTITLE }}</em></p>
<ul class="social-media"> {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
<p><ul class="social-media">
{% if SOCIAL %} {% if SOCIAL %}
<li> Contact:</li> <li> Contact:</li>
{% endif %} {% endif %}
...@@ -49,7 +50,7 @@ ...@@ -49,7 +50,7 @@
type="application/rss+xml" rel="alternate"><i class="fa fa-rss fa-lg" aria-hidden="true"></i></a> type="application/rss+xml" rel="alternate"><i class="fa fa-rss fa-lg" aria-hidden="true"></i></a>
</li> </li>
{% endif %} {% endif %}
</ul> </ul></p>
{% endif %} {% endif %}
</header> </header>
<nav> <nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment