generate the description tag too lol
This commit is contained in:
parent
197d02ebeb
commit
e3313b0608
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ method generate-post(Int:D $id, Post:D $post, $db) {
|
|||
meta :property<og:title>, :content($post.title);
|
||||
meta :property<og:url>, :content(post-link-abs $db.meta, $id, $post);
|
||||
meta :property<og:site_name>, :content($db.meta.title);
|
||||
optl $post.description ~~ Str:D,
|
||||
-> {meta :property<og:description>, :content(^ $post.description)};
|
||||
meta :property<og:type>, :content<article>;
|
||||
meta :property<article:published_time>, :content($post.posted-at);
|
||||
$post.tags.map(-> $tag {
|
||||
|
|
Loading…
Add table
Reference in a new issue