diff options
-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"> |