forked from mkiser/WTFJHT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.html
More file actions
29 lines (26 loc) · 751 Bytes
/
all.html
File metadata and controls
29 lines (26 loc) · 751 Bytes
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
---
layout: default
title: News – What The Fuck Just Happened Today?
image:
twitter: /public/wtfjht-t.jpg
facebook: /public/wtfjht-f.jpg
---
<!-- MailChimp -->
{% include email.html %}
<div class="posts">
{% for post in site.posts %}
<article class="post">
<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: {{ post.last_modified | date: "%m/%d/%Y %r %Z"}}
</em></small>
</time>
{{ post.content | extlinks }}
</article>
{% endfor %}
</div>