Skip to content

Commit

Permalink
#61 fixes teas.twig path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Mar 8, 2024
1 parent d006f86 commit 30dcefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/molecules/tease-post.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "components/tease.twig" %}
{% extends "molecules/tease.twig" %}

{% block content %}
<h2 class="h2"><a href="{{post.link}}">{{post.title}}</a></h2>
Expand Down

0 comments on commit 30dcefc

Please sign in to comment.