Skip to content

Commit

Permalink
okay so maybe try site.baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Oct 27, 2023
1 parent 7335d54 commit 260c4ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html>
<head>
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ baseurl }}/css/vanilla.css">
<link rel="stylesheet" href="{{ baseurl }}/css/custom.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/vanilla.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/custom.css">
</head>
<body>
{% if page.url != "/" %}
<div class="navbar"><a href="{{ baseurl }}/">CountESS Documentation</a></div>
<div class="navbar"><a href="{{ site.baseurl }}/">CountESS Documentation</a></div>
{% endif %}
{{ content }}
</body>
Expand Down

0 comments on commit 260c4ff

Please sign in to comment.