소스 검색

minor update

pull/141/head
abhidj0090 4 년 전
부모
커밋
a50b25c32b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 파일 보기

@@ -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="{{ .image }}" />
<meta property="og:image" content="{{ .Image }}" />
<meta property="og:url" content="{{ .Permalink }}">

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

Loading…
취소
저장