1
0
Fork 0
forked from wezm/wezm.net

Add Twitter follow button

This commit is contained in:
Wesley Moore 2021-10-15 09:07:14 +10:00
parent 3474c63eec
commit 71f4cfad2e
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE

View file

@ -16,7 +16,9 @@
<div class="flex">
<section class="posts-section">
<h2>Recent Posts</h2>
<h2>
Recent Posts&#8194;<a href="https://twitter.com/wezm?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @wezm</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</h2>
{% set section = get_section(path="posts/_index.md") %}
{% set subsections = section.subsections | reverse %}