projects
/
ikiwiki
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
findings and questions
[ikiwiki]
/
templates
/
microblog.tmpl
1
<div class="microblog">
2
3
<div class="inlinecontent">
4
<TMPL_VAR CONTENT>
5
</div>
6
7
<div class="microblog-header">
8
9
<TMPL_IF AUTHOR>
10
<span class="author">
11
<TMPL_IF AUTHORURL>
12
<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
13
<TMPL_ELSE>
14
<TMPL_VAR AUTHOR>
15
</TMPL_IF>
16
</span>
17
</TMPL_IF>
18
19
— <TMPL_VAR CTIME>
20
21
</div> <!--.microblog-header-->
22
</div> <!--.microblog-->