forked from mkiser/WTFJHT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·34 lines (29 loc) · 857 Bytes
/
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
31
32
33
34
---
layout: default
title: What The Fuck Just Happened Today?
image:
twitter: /public/wtfjht-t.jpg
facebook: /public/wtfjht-f.jpg
---
<!-- Pledge Drive -->
<!-- {% include pledge3.html %}
-->
<!-- MailChimp -->
{% include email.html %}
<!--End mc_embed_signup-->
<div class="posts">
{% for post in site.posts limit:7 %}
<article class="post" data-id="{{ post.last_modified | date_to_xmlschema }}">
<h2 class="post-title">
<a href="{{ site.baseurl }}{{ post.url }}">
{{ post.title }}:
<span class="post-small">{{ post.description }}</span></a>
</h2>
<time datetime="{{ post.last_modified | date_to_xmlschema }}" class="post-date">
{{ post.date | date: "%m/%d/%Y" }}
<small><em>Updated <span class="postMoment"></span></em></small>
</time>
{{ post.content }}
</article>
{% endfor %}
</div>