Skip to content

Commit

Permalink
Hide newsletter signup form in article.
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenchio committed Dec 24, 2024
1 parent c02955e commit 4399a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="article--title">{{ .Title }}</h1>
</div>
</div>
{{ .Content }}
{{ partial "blog-subscribe-form.html" . }}
<!-- {{ partial "blog-subscribe-form.html" . }}-->
</article>
{{ partial "blog-navigation.html" . }}
</div>
Expand Down

0 comments on commit 4399a46

Please sign in to comment.