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

github.com/janraasch/hugo-scroll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2020-09-11 19:29:46 +0300
committerJan Raasch <jan@janraasch.com>2020-09-11 19:31:49 +0300
commit2773d0534b53be364313bda1ee4015f49f677a55 (patch)
treed177cbe2aead83c125b4884b74ec20e57737d99f
parentedef9334bcb3712e2ef1d912c4d268bcd9aec607 (diff)
style: run format againtest-prettier-go-template
-rw-r--r--layouts/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 86f1c90..21781da 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -4,13 +4,15 @@
<header
id="site-head"
{{ with .Params.header_image }}style="background-image: url({{ . }})"
- {{ end }}
+ <!--BPGTBPGT30EPGTEPGT--
>
+ >
<div class="vertical">
<div id="site-head-content" class="inner">
{{ with .Params.header_headline }}
<h1 class="blog-title">{{ . }}</h1>{{ end }}
+
{{ with .Params.header_subheadline }}
<h2 class="blog-description">{{ . }}</h2>{{ end }}