Archived
1
0

add user css override stubs

This commit is contained in:
Jeff Becker 2017-04-19 09:49:13 -04:00
parent ead00a7148
commit caf7b14e80
3 changed files with 8 additions and 5 deletions

View File

@ -17,8 +17,9 @@
<head> <head>
<title>{{board.Board}}</title> <title>{{board.Board}}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="/static/krane.css" /> <link rel="stylesheet" href="{{board.Prefix}}static/krane.css" />
<script type="text/javascript" src="/static/overchan.js"></script> <link rel="stylesheet" href="{{board.Prefix}}static/user.css" />
<script type="text/javascript" src="{{board.Prefix}}static/overchan.js"></script>
</head> </head>
<body> <body>
{{{board.Navbar}}} {{{board.Navbar}}}

View File

@ -12,6 +12,7 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/krane.css" /> <link rel="stylesheet" href="{{prefix}}static/krane.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<title> CHANGOLIA </title> <title> CHANGOLIA </title>
</head> </head>
<body> <body>

View File

@ -16,8 +16,9 @@
<head> <head>
<title>{{board.Board}}</title> <title>{{board.Board}}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="/static/krane.css" /> <link rel="stylesheet" href="{{thread.Prefix}}static/krane.css" />
<script type="text/javascript" src="/static/overchan.js"></script> <link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
<script type="text/javascript" src="{{thread.Prefix}}static/overchan.js"></script>
</head> </head>
<body> <body>
{{{thread.Navbar}}} {{{thread.Navbar}}}