💬 Update sidebar

Tweak a few links. Remove Twitter feed
This commit is contained in:
Dan Jones 2021-12-09 11:04:06 -06:00
commit da772b7c04
5 changed files with 7 additions and 16 deletions

View file

@ -45,19 +45,6 @@
{% endfor %}
</ul>
</aside>
{% if site.author.twitter %}
<aside>
<header>
<h2>My Tweets</h2>
</header>
<a class="twitter-timeline"
data-height="400"
href="https://twitter.com/{{ site.author.twitter }}?ref_src=twsrc%5Etfw">
Tweets by {{ site.author.twitter }}
</a><script async src="https://platform.twitter.com/widgets.js"></script>
</aside>
{% endif %}
</div>
<main class="bg-white rounded-large order-1 order-md-2 col-12 col-md-9 col-xl-10 py-md-3 ps-md-5 bd-content">