comparison themes/default/entry.template @ 21:393cf6c9301b

2007-08-15 00:40:35 by steve Added the ability to have titles + subtitles to blogs. Added RSS logo.
author steve
date Wed, 15 Aug 2007 00:40:36 +0000
parents b8a289afc783
children 6b5d3f055a8c
comparison
equal deleted inserted replaced
20:b029b7a32d6c 21:393cf6c9301b
5 <title>Blog: <!-- tmpl_var name='title' --></title> 5 <title>Blog: <!-- tmpl_var name='title' --></title>
6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css"> 6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css">
7 </head> 7 </head>
8 <body> 8 <body>
9 9
10 <div class="title">
11 <h1><!-- tmpl_if name='blog_title' -->
12 <a href="<!-- tmpl_var name='url_prefix' -->"><!-- tmpl_var name='blog_title' --></a>
13 <!-- tmpl_else -->
14 Untitled Blog
15 <!-- /tmpl_if -->
16 </h1>
17 <!-- tmpl_if name='blog_subtitle' -->
18 <h2><!-- tmpl_var name='blog_subtitle' --></h2>
19 <!-- /tmpl_if -->
20 </div>
10 21
11 <h1><a href="index.html">Blog</a> &gt; <!-- tmpl_var name='title' --></h1> 22
12 <div class="entry"> 23 <div class="entry">
13 <div class="title"><!-- tmpl_var name='title' --></div> 24 <div class="title"><!-- tmpl_var name='title' --></div>
14 <div class="date"><!-- tmpl_var name='date' --></div> 25 <div class="date"><!-- tmpl_var name='date' --></div>
15 <div class="body"><!-- tmpl_var name='body' --></div> 26 <div class="body"><!-- tmpl_var name='body' --></div>
16 <!-- tmpl_if name='tags' --> 27 <!-- tmpl_if name='tags' -->