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

reverse subtitle position

parent 3c921bba
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@
<div id="container">
<header>
<h1><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
<p><em>{{ SITESUBTITLE }}</em></p>
{% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
<ul class="social-media">
{% if SOCIAL %}
<li> Contact:</li>
......@@ -51,7 +51,6 @@
{% endif %}
</ul>
{% endif %}
<p><em>{{ SITESUBTITLE }}</em></p>
</header>
<nav>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment