aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-22 02:30:57 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-22 02:30:57 +0300
commitad07cd42129f30f1b2a2af53ea887d6664a7dc4a (patch)
tree7465c3a20e120bee1ddf388138efcaaefdcac35a /layouts/index.html
parentbc84ab71a602abe47feff1c31c1c989cbd87f6c2 (diff)
Auto-commit 2024-12-22
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 3c1a604..014561c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,7 +6,7 @@
<h1 class="post-title fw-semibold">
{{ .Title }}
</h1>
- <img src="{{.Site.Params.Logo}}" />
+ <img src="{{.Site.Params.Logo}}" alt="{{.Site.Title}}">
{{ .Content }}
<a href="/feed/" class="btn btn-primary">{{ partial "icon.html" "rss" }} Подписка</a>
{{ end }}