all repos — h3rald @ 02c8ce3ee8e5826961d0a9c9f3e75dc4a08d0e1a

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>