Skip to content

Commit

Permalink
Merge pull request #37 from Staudey/published-date-fix
Browse files Browse the repository at this point in the history
Fix PublishDate parameter
  • Loading branch information
EbonJaeger authored Sep 11, 2024
2 parents 833db4e + 51eefeb commit a4ec595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/solus/layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
{{ end }}
<!-- End of Blog Post Specific Content -->

{{ if isset . "PublishedDate" }}
<meta name="article:published_time" content="{{ .PublishedDate }}" />
{{ if isset .Params "publishdate" }}
<meta name="article:published_time" content="{{ .Params.PublishDate }}" />
{{ end }}

{{ $generalMetaTags := "solus, linux, operating system, budgie, mate" }}
Expand Down

0 comments on commit a4ec595

Please sign in to comment.