Skip to content

Commit

Permalink
Fix home link in template
Browse files Browse the repository at this point in the history
  • Loading branch information
johngribbin committed Dec 18, 2024
1 parent 0ab9dec commit d9a88a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Render header only on the homepage -->
<div class="page">
<header class="page-header">
<a class="link-to-blog" href="/"><span>Back to Blog</span></a>
<a class="link-to-blog" href={{ config.base_url }}><span>Back to Blog</span></a>
<h1 class="post-title">{{ page.title }}</h2>
<span class="post-date">{{ page.date | date(format="%Y-%m-%d") }}</span>
{% if page.updated %}
Expand Down

0 comments on commit d9a88a8

Please sign in to comment.