Archived
1
0

add references to user.css in all templates

This commit is contained in:
jeff
2015-10-08 11:42:10 -04:00
parent f006b61c4e
commit 25901e3d44
11 changed files with 13 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{thread.Prefix}}static/site.css"></link>
<style src="{{thread.Prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{thread.Prefix}}static/nntpchan.js"></script>
<title> {{thread.OP.Subject}} </title>
</head>