This commit is contained in:
⧉ infominer 2020-10-28 13:24:35 -04:00
parent 3aa84e33f3
commit 688240df65
1 changed files with 16 additions and 0 deletions

16
_pages/twitter.md Normal file
View File

@ -0,0 +1,16 @@
---
layout: single
title: Twitter Query
permalink: /twitter/
toc: false
classes: wide
---
{% for row in site.data.10-27-2020decentralizeid %}
<h3>{{ row.Text | truncate: 70 }}</h3>
<p><sup><a href="{{ row.Link }}">{{ row.Time }}</a> - <a href="https://twitter.com/{{ row.User }}"><b>@{{ row.User }}</b></a> - Following: <a href="https://twitter.com/{{ row.User }}/following/">{{ row.Following }}</a> Followed: <a href="https://twitter.com/{{ row.User }}/followers/">{{ row.Followers }}</a> {% if row.Retweets != "0" %}Retweets: <a href="{{ row.Link }}/retweets">{{ row.Retweets }}</a>{% endif %}</sup></p>
<blockquote>{{ row.Text }}</blockquote>
{% assign htags = row.Hashtags | split: "', '" %}
{% for h in htags %}<a href="https://twitter.com/hahstag/{{ h | remove: "['" | remove: "']" }}">#{{ h | remove: "['" | remove: "']" }}</a> {% endfor %}
{% endfor %}