Explorar el Código

minor update

pull/141/head
abhidj0090 hace 4 años
padre
commit
34ec429be9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      layouts/partials/head.html

+ 2
- 0
layouts/partials/head.html Ver fichero

@@ -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" . }}

Cargando…
Cancelar
Guardar