pandoc/default.opml

12 lines
244 B
Text
Raw Normal View History

2013-03-20 18:17:13 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>$title$</title>
<dateModified>$date$</dateModified>
2013-06-22 20:41:51 +02:00
<ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
2013-03-20 18:17:13 +01:00
</head>
<body>
$body$
</body>
</opml>