template: Move stylesheet directory.

This commit is contained in:
Bradley Sepos 2016-04-07 18:14:38 -04:00
parent 54a6693bb6
commit ac92628aaf
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ meta.authors }}" />
<title>{{ document.project }} Documentation &mdash; {{ document.title }}</title>
<link rel="stylesheet" type="text/css" href="{{ base.relpath }}style/style.css" />
<link rel="stylesheet" type="text/css" href="{{ base.relpath }}css/style.css" />
</head>
<body>
<article class="docs">