Bladeren bron

minor update

pull/141/head
abhidj0090 4 jaren geleden
bovenliggende
commit
2a025bb0a0
1 gewijzigde bestanden met toevoegingen van 5 en 4 verwijderingen
  1. 5
    4
      layouts/partials/head.html

+ 5
- 4
layouts/partials/head.html Bestand weergeven

@@ -5,13 +5,14 @@
{{ "<!-- mobile responsive meta -->" | safeHTML }}
<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 }} -->
{{ with site.Params.author }}
<meta name="author" content="{{ . }}">{{ end }}
<!-- {{ hugo.Generator }} -->
{{ hugo.Generator }}

<meta property="og:title" content="{{ .Title }}" />
<meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{ with site.Params.description }}{{ . }}{{ end }}{{ end }}" />
<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:url" content="{{ .Permalink }}">

{{ "<!-- plugins -->" | safeHTML }}
{{ range site.Params.plugins.css }}

Laden…
Annuleren
Opslaan