css is absolute path, so diary subpages use css; diary nav links to right pages

This commit is contained in:
chimchooree
2020-10-03 13:31:46 -05:00
parent 47162de3d3
commit 25d6a9093a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<title>{{title or 'blessfrey.me'}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="static/css/{{css}}.css"/>
<link rel="stylesheet" type="text/css" href="/static/css/{{css}}.css"/>