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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/octo-header.html')
-rw-r--r--layouts/partials/octo-header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/octo-header.html b/layouts/partials/octo-header.html
index ece9d09..5a0fae2 100644
--- a/layouts/partials/octo-header.html
+++ b/layouts/partials/octo-header.html
@@ -1,5 +1,7 @@
+<!-- Octopress header partial -->
<hgroup>
- <!-- Remember that .Title will refer to the title of the specific page. For index it is the .Site.Title but is different for individual pages -->
+ <!-- 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> \ No newline at end of file