Files
dotfiles/pandoc/templates/default.opml
2021-11-27 18:44:57 +01:00

12 lines
244 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>$title$</title>
<dateModified>$date$</dateModified>
<ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
</head>
<body>
$body$
</body>
</opml>