Skip to content

Commit

Permalink
meta.html: Remove junk
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Sep 18, 2024
1 parent f27ac87 commit db2c81a
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions layouts/partials/header/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{ if .IsPage }}
{{ .Summary }}
{{ else }}
{{ with .Site.Params.description }}{{ . }}{{ end }}
{{ with site.Params.description }}{{ . }}{{ end }}
{{ end }}
{{ end }}"
/>
Expand Down Expand Up @@ -107,33 +107,7 @@

{{ end }}

{{- if .IsPage }}
{{- range .Site.Authors }}
{{ with .Social.facebook }}
<meta
property="article:author"
content="https://www.facebook.com/{{ . }}"
/>
{{ end }}{{ with .Site.Social.facebook }}
<meta
property="article:publisher"
content="https://www.facebook.com/{{ . }}"
/>
{{ end }}
<meta property="article:section" content="{{ .Section }}" />
{{- with .Params.tags }}
{{ range first 6 . }}
<meta property="article:tag" content="{{ . }}" />
{{ end }}
{{ end }}
{{- end }}

{{ end }}

{{- /* Facebook Page Admin ID for Domain Insights */}}
{{- with .Site.Social.facebook_admin }}
<meta property="fb:admins" content="{{ . }}" />
{{ end }}
<meta itemprop="name" content="{{ .Title }}" />
<meta
itemprop="description"
Expand Down

0 comments on commit db2c81a

Please sign in to comment.