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:
authorparsiya <parsiya@gmail.com>2018-09-03 01:14:11 +0300
committerparsiya <parsiya@gmail.com>2018-09-03 01:14:11 +0300
commit63c9b5b24aa58dc77405222b18a40e99821a1231 (patch)
treea7cc9a292fc0b7389bf65a557c6b690d9495e46f /layouts/partials/octo-header.html
parent78ec905f19f537199d82d20eb16c7132b023034e (diff)
Clean up partials and shortcodes
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