|
Revision 573, 1.3 kB
(checked in by earle, 4 years ago)
|
|
deter robots even more
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/html4/loose.dtd"> |
|---|
| 3 | <html lang="[% language %]"> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 | [% IF page_title %] |
|---|
| 7 | <title>[% page_title %]</title> |
|---|
| 8 | [% ELSE %] |
|---|
| 9 | <title>[% node_name %] - [% site_name %]</title> |
|---|
| 10 | [% END %] |
|---|
| 11 | [% IF contact_email %] |
|---|
| 12 | <link rev="made" href="mailto:[% contact_email %]" /> |
|---|
| 13 | [% END %] |
|---|
| 14 | [% IF description %] |
|---|
| 15 | <meta name="description" content="[% description %]" /> |
|---|
| 16 | [% END %] |
|---|
| 17 | [% IF keywords %] |
|---|
| 18 | <meta name="keywords" content="[% keywords %]" /> |
|---|
| 19 | [% END %] |
|---|
| 20 | [% IF stylesheet %] |
|---|
| 21 | <link rel="stylesheet" href="[% stylesheet %]" type="text/css" title="Stylesheet for [% site_name %]" /> |
|---|
| 22 | [% END %] |
|---|
| 23 | [% IF latitude AND longitude %] |
|---|
| 24 | <meta name="ICBM" content="[% latitude %], [% longitude %]" /> |
|---|
| 25 | <meta name="DC.title" content="[% site_name %]" /> |
|---|
| 26 | [% END %] |
|---|
| 27 | [% IF (node_name == 'RecentChanges') %] |
|---|
| 28 | <link rel="alternate" type="application/rss+xml" title="RSS feed for this page" href="[% full_cgi_url %]?action=rss" /> |
|---|
| 29 | [% END %] |
|---|
| 30 | [% IF rss_link %] |
|---|
| 31 | <link rel="alternate" type="application/rss+xml" title="RSS feed for this page" href="[% rss_link %]" /> |
|---|
| 32 | [% END %] |
|---|
| 33 | [% IF deter_robots %] |
|---|
| 34 | <meta name="robots" content="noindex,nofollow" /> |
|---|
| 35 | [% END %] |
|---|
| 36 | </head> |
|---|
| 37 | <body> |
|---|