Skip to content

Commit

Permalink
Add subscribe button to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Oct 2, 2020
1 parent e041bcb commit e2db55d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="container">
{{{body}}}
</div>

{{> _footer}}
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.14.1/ckeditor.js"
integrity="sha256-bEIQpI72w9NJuIVhTLFUF2/8uxl0u5800r8ddViuv+o=" crossorigin="anonymous"></script>
Expand Down
9 changes: 9 additions & 0 deletions views/partials/_footer.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<script src="https://apis.google.com/js/platform.js"></script>
<div style="text-align: center; padding-top: ">
<div style="margin:auto; width:60% ">
<hr style="margin-top:18px; margin-bottom:18px">
<p style="font-weight: bold">Subscribe for more DevOps and Infrastructure content!</p>
<div class=" g-ytsubscribe" data-channelid="UC4MdpjzjPuop_qWNAvR23JA" data-layout="full" data-count="default">
</div>
</div>
</div>

0 comments on commit e2db55d

Please sign in to comment.