all repos — h3rald @ 899cf1e67e70878f7db67f6bb41b033e082b1516

The sources of https://h3rald.com

templates/_header.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
<header class="navbar">
  <section class="navbar-section"></section>
  <section class="navbar-center">
    <a href="/articles" class="btn btn-link navbar-left">articles</a>
    <a href="/" class="h3rald h3rald-header">&nbsp;</a>
    <a href="/projects" class="btn btn-link navbar-right">projects</a>
  </section>
  <section class="navbar-section"></section>
</header>