Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add t/img.t regression test also taken from version 3.20160506
[git.ikiwiki.info.git]
/
templates
/
blogpost.tmpl
diff --git
a/templates/blogpost.tmpl
b/templates/blogpost.tmpl
index 5a31e3f8a6a3e833985242e006117db772aa4531..9e49c474afc4070da5bfafab16ea7a29de133670 100644
(file)
--- a/
templates/blogpost.tmpl
+++ b/
templates/blogpost.tmpl
@@
-1,10
+1,10
@@
-<form action="<TMPL_VAR CGIURL>" method="get">
-<div
id
="blogform">
+<form
<TMPL_IF POSTFORMID>id="<TMPL_VAR POSTFORMID ESCAPE=HTML>"</TMPL_IF>
action="<TMPL_VAR CGIURL>" method="get">
+<div
class
="blogform">
<TMPL_IF RSSURL>
<TMPL_IF RSSURL>
-<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
+<a class="feedbutton" type="application/rss+xml"
rel="alternate" title="<TMPL_VAR RSSDESC>"
href="<TMPL_VAR RSSURL>">RSS</a>
</TMPL_IF>
<TMPL_IF ATOMURL>
</TMPL_IF>
<TMPL_IF ATOMURL>
-<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
+<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>" />
</TMPL_IF>
<input type="hidden" name="do" value="blog" />
<input type="hidden" name="from" value="<TMPL_VAR ROOTPAGE>" />