mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-18 04:42:47 +00:00
Add Twitter follow button
This commit is contained in:
parent
3474c63eec
commit
71f4cfad2e
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@
|
|||
|
||||
<div class="flex">
|
||||
<section class="posts-section">
|
||||
<h2>Recent Posts</h2>
|
||||
<h2>
|
||||
Recent Posts <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 %}
|
||||
|
|
Loading…
Reference in a new issue