-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added social buttons to the end of all blog pages without CTA
- Loading branch information
1 parent
8db418d
commit d304257
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{% comment %}TODO translate once used outside the blog{% endcomment %} | ||
|
||
<section class="container pt-3 pb-4 pb-md-5"> | ||
<div class="card border-0 bg-gradient-primary"> | ||
<div class="card-body p-md-5 p-4 bg-size-cover" style="background-image: url(/images/layout/contact-bg.webp);"> | ||
<div class="py-md-5 py-4 text-center"> | ||
<h3 class="h4 fw-normal text-light opacity-75">Follow us for more news</h3> | ||
<div class="pt-md-5 pt-4 pb-md-2"> | ||
{% include section-social-links.html %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters