_layouts/home.html in jekyll-theme-omega-0.1.8 vs _layouts/home.html in jekyll-theme-omega-0.1.9

- old
+ new

@@ -18,29 +18,12 @@ </div> <!-- /.search-form --> </div> <!-- ./search-wrapper --> {% endif %} - <div id="fade"></div> - <a id="slide" class="animated fade"><i class="fa fa-bars"></i></a> - <aside id="sidebar"> - <nav id="navigation"> - <h2>MENU</h2> <hr> - <ul> -{% for link in site.links %} - <li> - {% if link.external %} - <a href="{{ link.url }}">{{ link.title }}</a> - {% else %} - <a href="{{ site.url }}{{ link.url }}">{{ link.title }}</a> - {% endif %} - </li> -{% endfor %} - <li><a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss"></i> Feed</a></li> - </ul> - </nav> - </aside> + + {% include menu.html %} {% if page.imagefeature %} <header id="masthead" class="blog-background overlay align-center align-middle animated from-bottom" style="background-image: url({{ site.url }}/assets/images/{{ page.imagefeature }})" itemscope itemtype="http://schema.org/Organization"> {% else %} @@ -63,10 +46,10 @@ <h1 class="blog-title light" itemprop="name"> {{ site.title }} </h1> </a> <h2 class="blog-description light bordered bordered-top" itemprop="description"> - {{ site.description }} + {{ site.description }} </h2> </div> </div> {% else %} <div class="inner">