|
@@ -28,7 +28,7 @@
|
28
|
28
|
|
29
|
29
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
30
|
30
|
<title>{Page_Title}</title>
|
31
|
|
- {rssFeed}
|
|
31
|
+ <link rel="alternate" type="application/rss+xml" title="RSS" href="{rssFeed}" />
|
32
|
32
|
|
33
|
33
|
<!--[if lt IE 7]>
|
34
|
34
|
<style type="text/css">
|
|
@@ -44,7 +44,10 @@
|
44
|
44
|
</head>
|
45
|
45
|
<body>
|
46
|
46
|
<div id="content">
|
47
|
|
- <h1><a href="{URL_Tumble}">Gelato</a></h1>
|
|
47
|
+ <h1><a href="{URL_Tumble}">{Title}</a></h1>
|
|
48
|
+ <div id="description">
|
|
49
|
+ {Description}
|
|
50
|
+ </div>
|
48
|
51
|
{if {$error}}
|
49
|
52
|
<div class="error">{$error}</div>
|
50
|
53
|
{else}
|