diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 01:49:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 01:49:42 +0000 |
commit | 5951c1dc8220cbc09e6bdda09bae92aa4e3236e3 (patch) | |
tree | d747ed5c31fe8b0665d125e4fe3a21c13e913e41 /templates | |
parent | 7b4600df3f8b8c2112a8df6c018d64f04db1ebe8 (diff) | |
download | ikiwiki-5951c1dc8220cbc09e6bdda09bae92aa4e3236e3.tar ikiwiki-5951c1dc8220cbc09e6bdda09bae92aa4e3236e3.tar.gz |
add archive pages and fix some bugs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepagetitle.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/inlinepagetitle.tmpl b/templates/inlinepagetitle.tmpl new file mode 100644 index 000000000..0b12fa3b8 --- /dev/null +++ b/templates/inlinepagetitle.tmpl @@ -0,0 +1,4 @@ +<h2><TMPL_VAR PAGELINK></h2> +<p> +<i>(posted <TMPL_VAR CTIME>)</i> +</p> |