summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-04 12:55:43 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-04 12:55:43 -0400
commit064e7e644ea93c2c87ec7a59e3ad419e3bd89645 (patch)
tree8a5548ad6e1c7cb8aa33e3ec05b31095c1f2fd5b
parent49bda23240611e071b9cd230f47916c37f81dfc4 (diff)
downloadkeysafe-064e7e644ea93c2c87ec7a59e3ad419e3bd89645.tar.gz
add tags to todo list
-rw-r--r--doc/templates/todolist.tmpl25
-rw-r--r--doc/todo.mdwn2
2 files changed, 26 insertions, 1 deletions
diff --git a/doc/templates/todolist.tmpl b/doc/templates/todolist.tmpl
new file mode 100644
index 0000000..a5d93e9
--- /dev/null
+++ b/doc/templates/todolist.tmpl
@@ -0,0 +1,25 @@
+<div class="archivepage">
+<TMPL_IF PERMALINK>
+<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
+<TMPL_ELSE>
+<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
+</TMPL_IF>
+<TMPL_IF TAGS>
+<TMPL_LOOP TAGS>
+ [<TMPL_VAR LINK>]
+</TMPL_LOOP>
+</TMPL_IF>
+<br />
+<span class="archivepagedate">
+Posted <TMPL_VAR CTIME>
+<TMPL_IF AUTHOR>
+by <span class="author">
+<TMPL_IF AUTHORURL>
+<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
+<TMPL_ELSE>
+<TMPL_VAR AUTHOR>
+</TMPL_IF>
+</span>
+</TMPL_IF>
+</span>
+</div>
diff --git a/doc/todo.mdwn b/doc/todo.mdwn
index 7144497..da08157 100644
--- a/doc/todo.mdwn
+++ b/doc/todo.mdwn
@@ -3,4 +3,4 @@ Link items to [[todo/done]] when done.
[[!inline pages="./todo/* and !./todo/done and !link(done) and
!./todo/important
-and !*/Discussion" actions=yes postform=yes show=0 archive=yes]]
+and !*/Discussion" actions=yes postform=yes show=0 archive=yes template=buglist]]