forked from cSploit/cSploit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
20 lines (19 loc) · 765 Bytes
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: News
position: 5
---
<div class="col s12 l6">
<h4>News</h4>
<div class="divider"></div>
<div class="collection ">
{% for post in site.categories.news %}
<a class="collection-item" href="{{post.url}}">
{{ post.date | date:"%Y-%m-%d" }} - {{ post.title }}
</a>
{% endfor %}
</div>
</div>
<div class="col s12 l6">
<a class="twitter-timeline" href="https://twitter.com/tux_mind" data-widget-id="719201507011346432">Tweet di @tux_mind</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>