Parcourir la source

minor update

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

+ 2
- 0
layouts/partials/head.html Voir le fichier

@@ -6,7 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}">
{{ with site.Params.author }}
<meta name="author" content="{{ . }}">{{ end }}
{{ hugo.Generator }}

{{ $url := .Site.StaticAddress }}
{{ template "_internal/opengraph.html" . }}

Chargement…
Annuler
Enregistrer