summaryrefslogtreecommitdiff
path: root/template.ur
diff options
context:
space:
mode:
Diffstat (limited to 'template.ur')
-rw-r--r--template.ur1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.ur b/template.ur
index da2cdb3..f731d10 100644
--- a/template.ur
+++ b/template.ur
@@ -34,6 +34,7 @@ fun generic (pageName : option string) (content : xbody) : xhtml [] [] =
<head>
{pageTitleTag pageName}
<link rel="stylesheet" type="text/css" href="//bbaren.scripts.mit.edu/urweb/6.947-static/site.css"/>
+ <link rel="stylesheet" type="text/css" href="//bbaren.scripts.mit.edu/urweb/6.947-static/forum/forum.css"/>
</head>
<body>
{content}