Archived
1
0

workaroung static not being hosted recursively

This commit is contained in:
chen-chan
2015-12-23 05:04:50 +01:00
parent 7d89ab06c7
commit 111522d08e
11 changed files with 11 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ template parameters:
<html>
<head>
<meta charset="utf-8"></meta>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<link rel="stylesheet" href="{{prefix}}site.css" />
<link rel="stylesheet" href="{{prefix}}user.css" />
<title> Post History</title>
</head>
<body>