all repos — h3rald @ 729c96ff2ef83462b8e86906962d52dcd791bd46

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="/archives" class="navbar-link navbar-left">articles</a>
    <a href="/" class="h3rald h3rald-header" alt="H3RALD">&nbsp;</a>
    <a href="/projects" class="navbar-link navbar-right">projects</a>
  </section>
  <section class="navbar-section"></section>
</header>