Procházet zdrojové kódy

minor update

pull/141/head
abhidj0090 před 4 roky
rodič
revize
34ec429be9
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      layouts/partials/head.html

+ 2
- 0
layouts/partials/head.html Zobrazit soubor

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

Načítá se…
Zrušit
Uložit