Commit b98f1f41 authored by Mattia Migliorini's avatar Mattia Migliorini

Force using "ubuntu-it" as site name

parent 9f48ec98
...@@ -88,13 +88,11 @@ ...@@ -88,13 +88,11 @@
<ul> <ul>
<li><a href="#">Something</a></li> <li><a href="#">Something</a></li>
</ul> </ul>
<?php if ( $site_name ) : ?>
<div class="site-name"> <div class="site-name">
<a class="logo-ubuntuit" href="<?php print $front_page; ?>"> <a class="logo-ubuntuit" href="<?php print $front_page; ?>">
<span><?php print $site_name; ?></span> <span>ubuntu-it</span>
</a> </a>
</div> </div>
<?php endif; ?>
</nav> </nav>
</header> </header>
<header class="banner global inverted" role="banner"> <header class="banner global inverted" role="banner">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment