pandoc/default.opml

12 lines
244 B
Text
Raw Normal View History

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