mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Make first update with actual layout (2/4)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- Article-namespace metadata for OGP -->
|
||||
<meta property="og:type" content="article" />
|
||||
<!-- <meta property="og:type" content="article" />
|
||||
<meta property="og:article:published_time" content="{{.PublishDate.Format "2006-01-02T15:04:05Z07:00"}}" />
|
||||
<meta property="og:article:modified_time" content="{{.Params.lastmod}}" />
|
||||
{{- with .Params.tags -}}
|
||||
@@ -15,4 +15,4 @@
|
||||
<meta property="og:image:width" content="800" />
|
||||
<meta property="og:image:height" content="533" />
|
||||
<meta property="og:description" content="{{ if .IsHome }}{{ .Site.Params.sitedescription }}{{ else }}{{ .Description }}{{end}}"/>
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}">
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}"> -->
|
||||
Reference in New Issue
Block a user