Ignore:
Timestamp:
3 Feb 2010, 10:15:53 (15 years ago)
Author:
uli
Message:
  • Remove crap.
  • Fix baseref.
  • Insert link to RSS2.0 feed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/sitelayout.pt

    r4789 r4990  
    44  <head>
    55    <title>WAeUP - your way up</title>
    6     <!-- base href="http://localhost:8080/app/@@page" / -->
     6    <base href="http://localhost:8080/app/@@page"
     7          tal:attributes="href python: view.url(layout.site)" />
    78    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    89    <meta name="robots" content="index, follow" />
    9     <!-- tal:head content="structure provider:head" / -->
    1010
    1111    <link rel="shortcut icon" tal:attributes="href static/favicon.ico"
     
    2222    <link rel="stylesheet" type="text/css" href=""
    2323          tal:attributes="href static/waeuptheme.css" />
     24
     25    <link rel="alternate" type="application/rss+xml"
     26          title="RSS" href="http://www.example.net/feed.rss"
     27          tal:attributes="title string:RSS feed of ${layout/getAppTitle};
     28                          href python: view.url(layout.site, 'feed.rss')" />
    2429
    2530  </head>
Note: See TracChangeset for help on using the changeset viewer.