diff options
Diffstat (limited to '')
| -rw-r--r-- | _includes/navigation.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html deleted file mode 100644 index 8ed6a73..0000000 --- a/_includes/navigation.html +++ /dev/null @@ -1,18 +0,0 @@ -<div class="navigation-wrapper"> - <nav role="navigation" id="site-nav" class="" itemscope itemtype="http://schema.org/SiteNavigationElement"> - <ul> - {% for link in site.links %} - <li><a href="{% if link.external %}{{ link.url }}{% else %}{{ site.url }}{{ link.url }}{% endif %}" {% if link.external %}target="_blank"{% endif %}>{{ link.title }}</a></li> - {% endfor %} - <li><a href="{{ site.url }}/index.atom" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a> - </ul> - </nav> -</div><!-- /.navigation-wrapper --> - -<header class="masthead"> - <div class="wrap"> - <!-- <a href="{{ site.url }}" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" class="animated fadeInUp"></a> --> - <h1 class="site-title"><a href="{{ site.url }}">{{ site.title }}</a></h1> - <h2 class="site-description">{{ site.description }}</h2> - </div> -</header><!-- /.masthead --> |
