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

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..78bf8a4
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1,13 @@
+<!-- for more effects see _animate.scss -->
+<h1 class="animated bounceInDown">
+ <div id="headerbg">
+ {{ .Site.Title }}
+ </div>
+</h1>
+{{ $theme := .Site.Params.theme }}
+<span class="subtitle">{{ if $theme.subtitle }}{{ $theme.subtitle }}{{ end }}</span>
+<br>
+
+{{ partial "social.html" (dict "theme" $theme) }}
+
+{{ partial "navigation.html" . }}