Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tomorrowthief committed Oct 19, 2024
1 parent 13c8f06 commit 2cfe9f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion themes/hugo-blog/layouts/partials/templates/opengraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@
{{ end }}{{ end }}

{{- /* Facebook Page Admin ID for Domain Insights */}}
{{- with site.Social.facebook_admin }}<meta property="fb:admins" content="{{ . }}" />{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@
{{- end }}
<meta name="twitter:title" content="{{ .Title }}"/>
<meta name="twitter:description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end -}}"/>
{{ with site.Social.twitter -}}
<meta name="twitter:site" content="@{{ . }}"/>
{{ end -}}

0 comments on commit 2cfe9f8

Please sign in to comment.