allow for subdir in baseURL

This commit is contained in:
Ilja Radusch 2024-03-17 16:33:10 -05:00 committed by zjedi
parent 3048ba2968
commit d336a31c1e
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<main class="content page-template page-{{ .Slug }}">
<article class="post page">
<header class="post-header">
<a id="blog-logo" href="{{ "/" | relURL }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> {{ .Site.Title }}</a>
<a id="blog-logo" href="{{ "" | relLangURL }}"><i class="fa fa-chevron-left" aria-hidden="true"></i> {{ .Site.Title }}</a>
</header>
<h1 class="post-title">{{ .Title }}</h1>
<section class="post-content">