Parcourir la source

minor update

pull/141/head
abhidj0090 il y a 4 ans
Parent
révision
a50b25c32b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Voir le fichier

@@ -11,7 +11,7 @@

<meta property="og:title" content="{{ .Title }}">
<meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
<meta property="og:image" content="{{ .image }}" />
<meta property="og:image" content="{{ .Image }}" />
<meta property="og:url" content="{{ .Permalink }}">

{{ "<!-- plugins -->" | safeHTML }}

Chargement…
Annuler
Enregistrer