Skip to content

Commit

Permalink
fix: use "mailing-list" as the fragement for mailing list URL (#1192)
Browse files Browse the repository at this point in the history
Use "mailing-list" instead of "newsletter" for uniformity.
  • Loading branch information
bfabio committed May 9, 2022
1 parent 19454a9 commit 7787831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/banner-newsletter.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% include setlang.html %}
{% assign newsletterdata = include.newsletterdata %}

<section id="newsletter" class="banner-newsletter ">
<section id="mailing-list" class="banner-newsletter ">
<mailing-list-subscribe
text="{{ t.newsletter_text | escape }}"
args="{{ newsletterdata.args | jsonify | escape }}"
Expand Down

0 comments on commit 7787831

Please sign in to comment.