Archived
1
0

fix history.html

This commit is contained in:
Jeff Becker 2017-08-08 18:26:59 -04:00
parent 5e66346662
commit f079a1fee4

View File

@ -8,7 +8,8 @@ template parameters:
<html>
<head>
<meta charset="utf-8"></meta>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<!-- <link rel="stylesheet" href="{{prefix}}static/site.css" /> -->
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" />
<title>{{#i18n.Translations}}{{post_history_title}}{{/i18n.Translations}}</title>
</head>