add css to base.html
This commit is contained in:
parent
102d01e3b6
commit
ce9e0e71d2
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>void</title>
|
||||
<link rel="stylesheet" href="assets/css/base.css">
|
||||
</head>
|
||||
<body>
|
||||
{{block "body" $}}{{end}}
|
||||
|
|
Loading…
Reference in a new issue