Kaynağa Gözat

minor update

pull/141/head
abhidj0090 4 yıl önce
ebeveyn
işleme
00df79236f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Dosyayı Görüntüle

@@ -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="{{ with .Image }}{{ . }}{{ else }}{{ 'images/Cover.jpg' }}{{ end }}" />
<meta property="og:image" content="{{ with .Image }}{{ . }}{{ else }}{{ `images/Cover.jpg` | absURL }}{{ end }}" />
<meta property="og:url" content="{{ .Permalink }}">

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

Loading…
İptal
Kaydet