view _includes/header.html @ 57:002d154531d4 kai

Added MathJax. Use absolute_url and relative_url insted of prepend.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 11 Oct 2016 15:57:58 +0200
parents 6b221a8157ab
children 2e2e9feba1f3
line wrap: on
line source

<div id="logo">
  <p>
    <img src="{{ "/img/logo.png" | relative_url }}" alt="GNU Octave Logo">
    <span>GNU Octave</span>
  </p>
</div>


<ul class="topnav" id="myTopnav">
  <li><a href="{{ "/index.html" | prepend: site.baseurl }}">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>