Make atom links relative

This commit is contained in:
David Bartley 2007-09-26 04:49:01 -04:00
parent cc1adb01b6
commit 7e47be5812
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@
<html>
<head>
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="alternate" title="CSC Events Feed" href="http://csclub.uwaterloo.ca/events.xml" type="application/rss+xml" />
<link rel="alternate" title="CSC News Feed" href="http://csclub.uwaterloo.ca/news.atom" type="application/rss+xml" />
<link rel="alternate" title="CSC Events Feed" href="{$pre}events.atom"
type="application/rss+xml" />
<link rel="alternate" title="CSC News Feed" href="{$pre}news.atom"
type="application/rss+xml" />
<title><xsl:value-of select="@title" /></title>
<link rel="stylesheet" href="{$pre}default.css" type="text/css" />
</head>