mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Remove some useless meta tags from <head>
This commit is contained in:
parent
f8718e68f3
commit
32c0fb478b
1 changed files with 1 additions and 6 deletions
|
@ -47,10 +47,8 @@
|
|||
<style>{{ $css.Content | safeCSS }}</style>
|
||||
<meta property="og:title" content="{{ .Title }}">
|
||||
<meta property="og:site_name" content="{{ $.Site.Title }}">
|
||||
{{- if (eq "page" .Kind) }}
|
||||
{{- if not or (ne "page" .Kind) (eq .RelPermalink "/bookmarks.html") (eq .RelPermalink "/posts.html") }}
|
||||
<meta property="og:type" content="article">
|
||||
{{- else }}
|
||||
<meta property="og:type" content="website">
|
||||
{{- end -}}
|
||||
<!-- ANOTHER meta image?! When will it end? -->
|
||||
{{ $og_image := resources.Get "/favicon512.png" | resources.Fingerprint "md5" -}}
|
||||
|
@ -60,8 +58,5 @@
|
|||
<meta property="og:image:alt" content="White-on-black colon and semicolon">
|
||||
<meta property="og:url" content="https://seirdy.one{{ .RelPermalink }}">
|
||||
<meta property="og:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}{{ .Site.Params.Description }}{{ end }}">
|
||||
<meta property="profile:first_name" content="{{ .Site.Author.first }}">
|
||||
<meta property="profile:last_name" content="{{ .Site.Author.last }}">
|
||||
<meta property="profile:username" content="{{ .Site.Author.nick }}">
|
||||
{{ hugo.Generator }}
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue