Skip to content

Commit f4bc08f

Browse files
committed
Add Twitter feed to the home page
1 parent 5e9a9fd commit f4bc08f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
</div>
164164
<div class="bigspacer"></div>
165165
<div class="feedbox">
166+
167+
<a class="twitter-timeline" href="https://twitter.com/ZellerGroup">Tweets by ZellerGroup</a>
168+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
169+
{% comment %}
166170
{% for news in site.categories.news limit:5 %}
167171

168172
{% for member in site.categories.team %}
@@ -187,6 +191,7 @@
187191
<div class="spacer"></div>
188192
<div class="spacer"></div>
189193
{% endfor %}
194+
{% endcomment %}
190195
</div>
191196
<div class="bigspacer"></div>
192197
</div>

0 commit comments

Comments
 (0)