add blog
This commit is contained in:
@ -14,9 +14,9 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
<meta property="og:locale" content="ja_JP" />
|
||||
<meta property="og:description" content="{{ if .Description }}{{ .Description }}{{ else }}ai{{ end }}" />
|
||||
<meta property="og:image" content="{{ .Site.BaseURL }}/icon/ai.png" />
|
||||
<meta property="og:url" content="{{ .Site.BaseURL }}" />
|
||||
<meta property="og:description" content="{{ if .Description }}{{ .Description }}{{ else }}© syui{{ end }}" />
|
||||
<meta property="og:image" content="{{ .Site.BaseURL }}/og.png" />
|
||||
<meta property="og:url" content="{{ .Permalink }}" />
|
||||
<meta property="og:site_name" content="{{ .Title }}" />
|
||||
<link rel="icon" href="/icon/ai.png" />
|
||||
<link rel="shortcut icon" href="/icon/ai.png" />
|
||||
|
Reference in New Issue
Block a user