diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 01:16:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 01:16:32 +0000 |
commit | 7b4600df3f8b8c2112a8df6c018d64f04db1ebe8 (patch) | |
tree | dc172b98233dd1ffb0b94cfe1d58550ba4348026 /templates | |
parent | ad4760ad783d19af0e115ffa570ec667d09e07ad (diff) | |
download | ikiwiki-7b4600df3f8b8c2112a8df6c018d64f04db1ebe8.tar ikiwiki-7b4600df3f8b8c2112a8df6c018d64f04db1ebe8.tar.gz |
hold onto your hats, full-fledged blogging has arrived in ikiwiki!
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 8 | ||||
-rw-r--r-- | templates/page.tmpl | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl new file mode 100644 index 000000000..96e20e53f --- /dev/null +++ b/templates/inlinepage.tmpl @@ -0,0 +1,8 @@ +<h2><TMPL_VAR PAGELINK></h2> + +<TMPL_VAR CONTENT> + +<p> +<i>(posted <TMPL_VAR CTIME>)</i> +</p> +<hr> diff --git a/templates/page.tmpl b/templates/page.tmpl index 5a7450af7..468361a9d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -40,11 +40,13 @@ </TMPL_IF> <p> +<i> <!-- from <TMPL_VAR NAME=WIKINAME> --> Last edited <TMPL_VAR NAME=MTIME> <TMPL_IF NAME="RSSURL"> ; <a type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a> </TMPL_IF> +</i> </p> </body> |