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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/octo_header.html b/layouts/partials/octo_header.html
index 5a0fae2..f754a82 100644
--- a/layouts/partials/octo_header.html
+++ b/layouts/partials/octo_header.html
@@ -1,7 +1,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 -->
+ 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