diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 05:03:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 05:03:16 +0000 |
commit | 49524c429e8dec4e18a81dfcfbbc93cbd1da32c3 (patch) | |
tree | d07c9fd97d7ff19a9cdd4e0e7f8e426f01168fc4 /templates | |
parent | 5e7a3e74289248f464eb004b4e2176b27abe062e (diff) | |
download | ikiwiki-49524c429e8dec4e18a81dfcfbbc93cbd1da32c3.tar ikiwiki-49524c429e8dec4e18a81dfcfbbc93cbd1da32c3.tar.gz |
add blog post template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/inlinepage.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index bca3ff55d..4999c3248 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -1,3 +1,6 @@ + +<hr> + <h1><TMPL_VAR PAGELINK></h1> <TMPL_VAR CONTENT> @@ -5,4 +8,3 @@ <p> <i>(posted <TMPL_VAR CTIME>)</i> </p> -<hr> |