aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 13:36:31 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 13:36:31 +0300
commit017c7b792f3e679f61b004ec132a36f866b39e9b (patch)
treeb124b2166395867f712ea494593190b8fea3c892 /layouts/index.html
parent1a3c2d8460a0901d81bdd2218560d6ab050d935f (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html1
1 files changed, 1 insertions, 0 deletions
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 }}