diff options
author | Mateja <mail@matejamaric.com> | 2021-01-29 13:34:58 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-01-29 13:34:58 +0100 |
commit | b05f6ef6a1bd9ce4f8119ef1033583d54d0f879b (patch) | |
tree | c4700d6345d05b31d2fe176b2867595d8cb39bc0 | |
parent | c9678556ce632e30672932bf4447b8cc756783a8 (diff) | |
download | blog-b05f6ef6a1bd9ce4f8119ef1033583d54d0f879b.tar.gz blog-b05f6ef6a1bd9ce4f8119ef1033583d54d0f879b.zip |
Don't use PublishDate.
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6c13084..b21c8df 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -15,7 +15,7 @@ {{ end }} {{ if .PublishDate }} - <meta property="article:published_time" content="{{ .PublishDate }}" /> + <meta property="article:published_time" content="{{ .Date }}" /> {{ end }} {{ if .Lastmod }} |