Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Re-enable newsletter sign-up form #10323

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/site/_includes/homepage.njk
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,5 @@ pageScripts:
</section>
{# Chrome developers end #}

{# Temporary disable #}
{# {% include 'partials/subscribe.njk' %} #}
{% include 'partials/subscribe.njk' %}
</div>
3 changes: 1 addition & 2 deletions src/site/_includes/item-page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ eleventyComputed:

<div class="docked-actions flow flow-space-base">
<div>
{# Temporary disable #}
{# {% include 'partials/subscribe-action.njk' %} #}
{% include 'partials/subscribe-action.njk' %}
</div>
</div>
</div>
3 changes: 1 addition & 2 deletions src/site/_includes/partials/post.njk
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@
</share-action>
</div>
<div>
{# Temporary disable #}
{# {% include 'partials/subscribe-action.njk' %} #}
{% include 'partials/subscribe-action.njk' %}
</div>
</div>
</article>
Expand Down
3 changes: 1 addition & 2 deletions src/site/content/en/newsletter/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ pagination:
addAllPagesToCollections: true
---
<div class="landing-page">
{# Temporary disable #}
{# {% include 'partials/subscribe.njk' %} #}
{% include 'partials/subscribe.njk' %}

{# Hero starts #}
<header class="region bg-mid-bg">
Expand Down
Loading