This commit is contained in:
Nathan McCarty 2025-02-09 01:25:33 -05:00
parent 73de17fc2c
commit 49502df416
2 changed files with 3 additions and 2 deletions

View file

@ -39,6 +39,7 @@ sub post-to-item(BlogMeta:D $meta, Int:D $id, Post:D $post --> XML::Element) {
$xml.append: $author;
$xml.append:
XML::Element.new(:name<link>, :attribs({:href($link), :rel<alternate>}));
# TODO: Actually embed the content
$xml.append:
XML::Element.new(:name<content>, :attribs({:src($link), :type<html>}));
$xml.append: