mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(pandoc): add templates
This commit is contained in:
11
pandoc/templates/default.opml
Normal file
11
pandoc/templates/default.opml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user