summaryrefslogtreecommitdiff
path: root/srv/templates/blogpost.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'srv/templates/blogpost.tmpl')
-rw-r--r--srv/templates/blogpost.tmpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/srv/templates/blogpost.tmpl b/srv/templates/blogpost.tmpl
deleted file mode 100644
index 7eeede6..0000000
--- a/srv/templates/blogpost.tmpl
+++ /dev/null
@@ -1,16 +0,0 @@
-<form action="<TMPL_VAR CGIURL>" method="get">
-<div id="blogform">
-<TMPL_IF NAME="RSSURL">
-<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
-</TMPL_IF>
-<TMPL_IF NAME="ATOMURL">
-<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=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>