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

octo-header.html « partials « layouts - github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a0fae26208fa85827e8e051362f8c015735edd4 (plain)
1
2
3
4
5
6
7
<!-- Octopress header partial -->
<hgroup>
  <!-- Remember that .Title will refer to the title of the specific page.
    For index it's .Site.Title but is different for individual pages -->
  <h1><a href="{{ "/" | absURL }}">{{ .Site.Title }}</a></h1>
    <h2>{{ .Site.Params.subtitle }}</h2>
</hgroup>