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

@@ -9,6 +9,7 @@
<title> ukko / overboard </title>
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<style src="{{prefix}}static/user.css" type="text/css" />
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
</head>
<body>