summaryrefslogtreecommitdiffstats
path: root/default.opml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
commitac3dc50580d7185d18dd4916782904fd733b3bfd (patch)
tree23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.opml
parente7d5d8957c77e125b8a1c7eb51356542633d0796 (diff)
downloadpandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz
pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip
Initial commit, 2.0.5
Diffstat (limited to 'default.opml')
-rw-r--r--default.opml11
1 files changed, 11 insertions, 0 deletions
diff --git a/default.opml b/default.opml
new file mode 100644
index 0000000..c3566d3
--- /dev/null
+++ b/default.opml
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<opml version="2.0">
3 <head>
4 <title>$title$</title>
5 <dateModified>$date$</dateModified>
6 <ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
7 </head>
8 <body>
9$body$
10 </body>
11</opml>