Navigation Menu

Skip to content

Commit

Permalink
Correct css url
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Mar 6, 2016
1 parent 81e1cb8 commit 4b06a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/NSH/templates/ship.html
Expand Up @@ -2,7 +2,7 @@
{% import '_macro.html' as macros %}
{% block head %}
<title>Naev Ship Database - {{ shipName }}</title>
<link href="./naev-single.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="../naev-single.css" rel="stylesheet" type="text/css" media="screen, projection" />
{% endblock head %}
{% block body %}
<div class="class">
Expand Down

0 comments on commit 4b06a30

Please sign in to comment.