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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-01 18:09:04 +0300
committeruPagge <upagge@mail.ru>2020-12-01 18:09:04 +0300
commitfd2b2d80fe641af792b58f6a20d2a265af89077d (patch)
treee8179b7d105b6e88ea7b79c4cfecfebf7a989797 /layouts/index.html
parent02849b63e809cabdf7022e2adeaaedab76822869 (diff)
parent3649382c343cdec849ff2924e4c71bc869b752ad (diff)
Merge branch 'pullrequest' into feature/github-pull-558
# Conflicts: # layouts/posts/single.html
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 9f2afab..a02fd66 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -3,7 +3,7 @@
{{- $profile := .Site.Params.home.profile -}}
{{- $posts := .Site.Params.home.posts -}}
- <div class="page home"{{ if ne $posts.enable false }} posts{{ end }}>
+ <div class="page home"{{ if ne $posts.enable false }} data-home="posts"{{ end }}>
{{- /* Profile */ -}}
{{- if ne $profile.enable false -}}
{{- partial "home/profile.html" . -}}