Skip to content

Commit 310494c

Browse files
committed
update header and subscribe
1 parent 3ea69d7 commit 310494c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ <h1><a href="/">{{ site.title }}</a></h1>
77
<div class="tagline col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
88
<h2>A community-driven weekly newsletter about <a href="https://swift.org/" target="_blank">Swift.org</a>.
99
Curated by <a href="{{ site.author.url }}" target="_blank">{{ site.author.name }}</a> and published for free every Thursday.
10+
<a href="/subscribe">Subscribe</a> to get the best summary about what's happening in the Swift open source project every week.
1011
</h2>
1112
</div> <!-- col -->
1213
</div> <!-- col -->

subscribe.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<div class="row">
77
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
8-
<h2 class="text-center">Subscribe to our mailing list!</h2>
9-
<p class="text-center text-muted"><small>No spam. We'll never share your email address and you can opt out at any time.</small></p>
8+
<h2 class="text">Subscribe to our mailing list!</h2>
9+
<p class="lead">Get the best summary about what's happening in the Swift open source project every week.</p>
1010

1111
<!-- Begin MailChimp Signup Form -->
1212
<div id="mc_embed_signup">
@@ -60,6 +60,7 @@ <h2 class="text-center">Subscribe to our mailing list!</h2>
6060
<button type="submit" name="subscribe" class="btn btn-warning btn-lg btn-block">Subscribe</button>
6161
<!-- id="mc-embedded-subscribe" -->
6262
</div>
63+
<p class="text-center text-muted"><small>No spam. We'll never share your email address and you can opt out at any time.</small></p>
6364
</form>
6465
</div> <!-- mc_embed_signup -->
6566
</div> <!-- col -->

0 commit comments

Comments
 (0)