Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
OleVik committed Oct 28, 2019
1 parent a964ded commit 59968b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- WebFont Loader -->
<link href="/assets/css/font/montserrat.css" rel="stylesheet" type="text/css" media="none" onload="this.media='all';">
<link href="./assets/css/font/montserrat.css" rel="stylesheet" type="text/css" media="none" onload="this.media='all';">

<!-- Required meta tags always come first -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
Expand All @@ -9,8 +9,8 @@

<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/pure-drawer.css" media="screen">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="./assets/css/pure-drawer.css" media="screen">
<link rel="stylesheet" href="./assets/css/main.css">

<!-- Extensive Metadata -->
{% if page.summary %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2 class="hidden-sm-down"><a href="/" rel="home">{{ site.name }}</a></h2>
{% endfor %}
</ul>
</aside>
<form action="/search" method="get" class="form-inline pull-right{% if page.search_omit %} invisible{% endif %}" role="search">
<form action="./search" method="get" class="form-inline pull-right{% if page.search_omit %} invisible{% endif %}" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search..." name="q">
<span class="input-group-btn">
Expand Down

0 comments on commit 59968b6

Please sign in to comment.