_includes/header.html in personally-developed-2.0.0 vs _includes/header.html in personally-developed-2.1.0
- old
+ new
@@ -1,13 +1,13 @@
<header>
<div class="col-xs-12 col-md-4 animated fadeInDown namebox" id="box">
- <h1 class="title"><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
- <p>{{ site.description }}</p>
+ <h1 class="namebox-title"><a href="{{ site.baseurl }}/">{{ site.title }}</a></h1>
+ <p class="namebox-subtitle">{{ site.description }}</p>
<hr />
<ul class="navigation">
{% for page in site.pages %}
- <li><h4><a href="{{ page.url }}">{{ page.title }}</a><span class="gray-text"></h4></li>
+ <li class="navigation-item"><h4 class="navigation-item-text"><a href="{{ page.url }}">{{ page.title }}</a><span class="gray-text"></h4></li>
{% endfor %}
</ul>
</div>
</header>