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

github.com/Chen-Zhe/photo-grid.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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 0ebed2d..46394e6 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,3 +1,5 @@
<header class="clearfix">
- <h1>{{ with .Site.Params.title }}{{ . | markdownify }}{{ end }}<span>{{ with .Site.Params.subtitle }}{{ . | markdownify }}{{ end }}</span></h1>
+ <h1>{{ with .Site.Params.title }}{{ . | markdownify }}{{ end }}</h1>
+ <span>{{ with .Site.Params.subtitle }}{{ . | markdownify }}{{ end }}</span>
+ <!-- <button onclick="shuffleImg()">Surprise Me!</button> -->
</header> \ No newline at end of file