diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-22 02:35:20 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-22 02:35:20 +0300 |
commit | 314fdb54bc5ec72630fc16a8c75e8a9169b2c2ee (patch) | |
tree | 075af66d703d4d0f57d1f0a0ab6feb51ce6a4511 /layouts/partials | |
parent | 7b725aeffad190e7c44a219623aa822a637da0fa (diff) |
Auto-commit 2024-12-22
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 2 | ||||
-rw-r--r-- | layouts/partials/head.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 93ba7b0..d2cf6e6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,7 +4,7 @@ <div class="col"> <ul class="list-unstyled"> <li><cite>2007—{{ now.Year }}</cite></li> - <li><cite></cite>Александр NeonXP Кирюхин</cite></li> + <li><cite>Александр NeonXP Кирюхин</cite></li> <li><cite>г.Казань</cite></li> </ul> </div> diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 095207e..fa91731 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,7 +5,6 @@ <meta name="go-source" content="neonxp.ru/go/{{ .Params.Name }} {{ .Params.Repository }} {{ .Params.Repository }}/tree/{/dir} {{ .Params.Repository }}/tree/master{/dir}/{file}#n{line}"> {{end}} {{ template "_internal/opengraph.html" . }} -{{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} <link rel="icon" type="image/png" href="/img/favicon.webp"> |