summaryrefslogtreecommitdiff
path: root/templates/blogpost.tmpl
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-27 11:20:59 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-27 12:26:58 +0200
commit193673fa4ca986a8503dded44019f3b0eac30084 (patch)
tree441a292813ee0b009b995da8a28cbf9619f29778 /templates/blogpost.tmpl
parent0fcccd0e80382492b7346a2f13ca593577855418 (diff)
downloadobnam.org-193673fa4ca986a8503dded44019f3b0eac30084.tar.gz
add local copies of ikiwiki templates
Diffstat (limited to 'templates/blogpost.tmpl')
-rw-r--r--templates/blogpost.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/blogpost.tmpl b/templates/blogpost.tmpl
new file mode 100644
index 0000000..9e49c47
--- /dev/null
+++ b/templates/blogpost.tmpl
@@ -0,0 +1,16 @@
+<form <TMPL_IF POSTFORMID>id="<TMPL_VAR POSTFORMID ESCAPE=HTML>"</TMPL_IF> action="<TMPL_VAR CGIURL>" method="get">
+<div class="blogform">
+<TMPL_IF RSSURL>
+<a class="feedbutton" type="application/rss+xml" rel="alternate" title="<TMPL_VAR RSSDESC>" href="<TMPL_VAR RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF ATOMURL>
+<a class="feedbutton" type="application/atom+xml" rel="alternate" title="<TMPL_VAR ATOMDESC>" 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>