Skip to content

Commit

Permalink
attempt to fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
andystopia committed Jan 30, 2023
1 parent 4c059a5 commit af0a9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ <h1 class="title">{{ section.title }}</h1>


</ul>
<div class="main-blog-link"><a href="/">Main Blog</a></div>
<div class="main-blog-link"><a href="{{ get_url(path='/')}}">Main Blog</a></div>
{% endblock content %}

0 comments on commit af0a9e8

Please sign in to comment.