aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
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 }}