comparison themes/copyrighteous/index.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 f37430dda970
children 4a936d95aca5
comparison
equal deleted inserted replaced
20:b029b7a32d6c 21:393cf6c9301b
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>copyrighteous: Blog Title</title> 4 <title>copyrighteous: <!-- tmpl_var name='blog_title' --></title>
5 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css"> 5 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='url_prefix' -->style.css">
6 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='url_prefix' -->index.rss" type="application/rss+xml"> 6 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='url_prefix' -->index.rss" type="application/rss+xml">
7 </head> 7 </head>
8 8
9 <body> 9 <body>
10 <div id='content'> 10 <div id='content'>
11 <div id='title'> 11 <div id='title'>
12 <span class="title"> 12 <span class="title"><a href="<!-- tmpl_var name='url_prefix' -->">
13 <a href="<!-- tmpl_var name='url_prefix' -->">Blog Title</a><br /></span> 13 <!-- tmpl_if name='blog_title' -->
14 <!-- tmpl_var name='blog_title' -->
15 <!-- tmpl_else -->
16 Untitled Blog
17 <!-- /tmpl_if -->
18 </a><br /></span>
19 <!-- tmpl_if name='blog_subtitle' -->
20 <!-- tmpl_var name='blog_subtitle' -->
21 <!-- /tmpl_if -->
14 </div> 22 </div>
15 23
16 <br /> 24 <br />
17 25
18 <!-- tmpl_loop name='entries' --> 26 <!-- tmpl_loop name='entries' -->