diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:45:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 12:45:42 -0400 |
| commit | 3dbe63575bf291739270e6fce6d9f51e83538e09 (patch) | |
| tree | e95707f269f29dfd9e20a0a5b066af0c75610597 /doc/templates | |
| parent | 99599182fa6c5a244411fe2cb113c227c618f8df (diff) | |
use a template for the todo list to show tags
Diffstat (limited to 'doc/templates')
| -rw-r--r-- | doc/templates/todolist.tmpl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/templates/todolist.tmpl b/doc/templates/todolist.tmpl new file mode 100644 index 00000000..a5d93e9b --- /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> |
