forked from jgthms/bulma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbest.html
More file actions
23 lines (21 loc) · 1.41 KB
/
Copy pathbest.html
File metadata and controls
23 lines (21 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% capture best_duplicates %}
{% include elements/tw.html modifier="bd-best-item bd-is-medium" tweet_id="1126857886599122949" %}
{% include elements/tw.html modifier="bd-best-item bd-is-large" tweet_id="1339242817919590404" %}
{% include index/best-screenshot.html modifier="bd-best-item" website_id="signal" %}
{% include elements/tw.html modifier="bd-best-item bd-is-huge" tweet_id="869284735440363520" %}
{% include elements/tw.html modifier="bd-best-item bd-is-medium" tweet_id="966731525709619200" %}
{% include index/best-screenshot.html modifier="bd-best-item" website_id="getbedtimestories" %}
{% endcapture %}
<div class="bd-best">
<div class="bd-best-list">
{{ best_duplicates }}
{% include elements/tw.html modifier="bd-best-item bd-is-medium" tweet_id="1254050448711057410" %}
{% include elements/tw.html modifier="bd-best-item bd-is-large" tweet_id="1240347595106549762" %}
{% include index/best-screenshot.html modifier="bd-best-item" website_id="romes" %}
{% include elements/tw.html modifier="bd-best-item bd-is-medium" tweet_id="1140839283692982274" %}
{% include elements/tw.html modifier="bd-best-item bd-is-large" tweet_id="835834634655174658" %}
{% include index/best-screenshot.html modifier="bd-best-item" website_id="Gustav" %}
<!-- More -->
{{ best_duplicates }}
</div>
</div>