summaryrefslogtreecommitdiff
path: root/blogpost.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 13:37:33 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-14 13:37:33 +0200
commit84b24bb78093106008157c05a7e4cfe0bb6f5fd1 (patch)
treefa5ec77e53ba062015a5cbf79213edf61919ac7f /blogpost.tmpl
Sync with ikiwiki 3.20100926.
Diffstat (limited to 'blogpost.tmpl')
-rw-r--r--blogpost.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/blogpost.tmpl b/blogpost.tmpl
new file mode 100644
index 0000000..5a31e3f
--- /dev/null
+++ b/blogpost.tmpl
@@ -0,0 +1,16 @@
+<form action="<TMPL_VAR CGIURL>" method="get">
+<div id="blogform">
+<TMPL_IF RSSURL>
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF ATOMURL>
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
+</TMPL_IF>
+<input type="hidden" name="do" value="blog" />
+<input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>" />
+<input type="hidden" name="subpage" value="1" />
+<TMPL_VAR POSTFORMTEXT>
+<input name="title" size="40" />
+<input type="submit" value="Edit" />
+</div>
+</form>