view _includes/header.html @ 46:171ca967fcc9 kai

Start new development branch closer to the current website, but more lightweigt for further maintanence.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 28 Sep 2016 02:08:11 +0200
parents 1138390dfe96
children 6b221a8157ab
line wrap: on
line source

<div id="logo">
  <p>
    <img src="{{ "/img/logo.png" | prepend: site.baseurl }}" alt="GNU Octave Logo">
    <span>{{ site.title }}</span>
  </p>
</div>


<ul class="topnav" id="myTopnav">
  <li><a href="{{ page.url | prepend: "index.html" }}">Home</a></li>
  {% for page in site.pages %}
    {% if page.menu %}
  <li><a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
    {% endif %}
  {% endfor %}
  <li class="icon">
    <a href="javascript:void(0);" onclick="myFunction()">
      {% octicon list-unordered height:18 class:"right left" %}
    </a>
  </li>
</ul>