Browse Source

bug fixed

Victor De la Rocha 15 years ago
parent
commit
0126387ac8
1 changed files with 5 additions and 2 deletions
  1. 5 2
      themes/Dreamscape/index.htm

+ 5 - 2
themes/Dreamscape/index.htm View File

@@ -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}