forked from DocOtak/us-goship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (26 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: default
---
<div class='col-md-8'>
<a class="twitter-timeline" href="https://twitter.com/Ushydro" data-widget-id="657312203238862848">Tweets by @Ushydro</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<div class="home">
<a class="twitter-grid"
data-limit="5"
href="https://twitter.com/_/timelines/657313292998742016">A
Collection on Twitter</a>
<script async src="https://platform.twitter.com/widgets.js"></script>
</div>
</div>
<div class="col-md-4">
<h2 class="page-heading">News & Updates</h2>
<ul class="post-list">
{% for post in site.posts limit:10%}
<li>
<h3>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h3>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
</li>
{% endfor %}
</ul>
</div>