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:
authorChen Zhe <chenzhesg@gmail.com>2020-02-16 12:07:07 +0300
committerChen Zhe <chenzhesg@gmail.com>2020-02-16 12:07:07 +0300
commit8336d19f1e5752eef38919cfb4683a72780137d0 (patch)
treee9ea78d27cb4f0fd53e7692d7c8513bca847f162 /layouts/partials/header.html
parent6fd4b20fe0210421a60df7eb587aee78d5dc708c (diff)
initial commit
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