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/index.html | |
parent | 1a3c2d8460a0901d81bdd2218560d6ab050d935f (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 1 |
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 }} |