Link to base_url instead of /second-edition

This commit is contained in:
Philipp Oppermann
2019-04-24 16:56:47 +02:00
parent e2504b1366
commit c1d7a7933b
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<header class="masthead">
<div style="position:relative">
<h1 class="masthead-title">
<a href="{{ get_url(path="./second-edition/_index.md") }}" title="Home">{{ config.title }} (Second Edition)</a>
<a href="{{ config.base_url }}" title="Home">{{ config.title }} (Second Edition)</a>
</h1>
<p><small>{{ config.extra.subtitle | replace(from=" ", to="&nbsp;")}}</small></p>
{% block header %}{% endblock header %}