Changeset 1099 for trunk/templates

Show
Ignore:
Timestamp:
06/29/07 00:06:45 (17 months ago)
Author:
dom
Message:

Include licence URL in <head> (fixes #226)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/templates/header.tt

    r1097 r1099  
    5050          title="Search the site '[% site_name %]'" 
    5151          href="[% full_cgi_url %]?action=about;format=opensearch"  /> 
     52  [% IF licence_url %] 
     53    <link rel="copyright" href="[% licence_url %]" /> 
     54  [% END %] 
    5255  [% IF deter_robots %] 
    5356    <meta name="robots" content="noindex,nofollow" />