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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/partials/octo_header.html b/layouts/partials/octo_header.html
new file mode 100644
index 0000000..5a0fae2
--- /dev/null
+++ b/layouts/partials/octo_header.html
@@ -0,0 +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 -->
+ <h1><a href="{{ "/" | absURL }}">{{ .Site.Title }}</a></h1>
+ <h2>{{ .Site.Params.subtitle }}</h2>
+</hgroup> \ No newline at end of file