diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:36:31 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:36:31 +0300 |
commit | 017c7b792f3e679f61b004ec132a36f866b39e9b (patch) | |
tree | b124b2166395867f712ea494593190b8fea3c892 /layouts | |
parent | 1a3c2d8460a0901d81bdd2218560d6ab050d935f (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/single.html | 2 | ||||
-rw-r--r-- | layouts/index.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6996c92..c0b1eef 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,6 +4,6 @@ {{ partial "single/header.html" . }} <div class="e-content">{{ .Content }}</div> {{ partial "single/footer.html" . }} - </div> </div> +</div> {{ end }} diff --git a/layouts/index.html b/layouts/index.html index 0c749d2..2347e65 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,6 +6,7 @@ <h1 class="post-title fw-semibold"> {{ .Title }} </h1> + <img src="{{.Site.Params.Logo}}" /> {{ .Content }} <a href="/feed/" class="btn btn-primary">{{ partial "icon.html" "rss" }} Пописка</a> {{ end }} |