Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.html « partials « layouts - github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a70433b99c6d41a6f3062cf67c0ecccb2fca5cc6 (plain)
1
2
3
4
5
6
7
<div id="header" class="header">
  <div class="header-content">
    <a class="header-home" href="{{ .Site.BaseURL }}">
      {{ .Site.Title }}
    </a>
  </div>
</div>