Skip to content

Commit

Permalink
chore: put form right before content for a change
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jan 5, 2025
1 parent 66cc56e commit 868857c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions overrides/partials/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
</div>
</header>

{% include "partials/subscription-form.html" ignore missing %}

<!-- Post content -->
<div class="md-post__content md-typeset">

{% include "partials/subscription-form.html" ignore missing %}

{{ post.content }}

<!-- Continue reading link -->
Expand Down

0 comments on commit 868857c

Please sign in to comment.