forked from aaronlifshin/homepage_redesign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
44 lines (29 loc) · 812 Bytes
/
blog.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
35
36
37
38
39
40
41
42
43
44
---
layout: default
title: MAYDAY.US - Our blog
omit_title_suffix: true
cssid: blog
og_title: Mayday.US's blog page
og_description: Read up on Mayday.US's blog to find out what's happening with the world's first citizen-crowdfunded SuperPAC
---
{% capture subhead %}
A citizen-funded super PAC, to end all super PACs.
{% endcapture %}
{% capture pageid %}
blog
{% endcapture %}
{% capture content %}
# Mayday PAC Official Blog
{::options parse_block_html="true" /}
<ul>
{% for post in site.posts %}
{% unless post.draft %}
<LI>
<a href="{{ post.url }}">{{ post.pubdate}} — {{ post.title }}</a>
</LI>
{% endunless %}
{% endfor %}
</ul>
<a href="/feed.xml"><img src="/images/rss.png"></a>
{% endcapture %}
{% include pledgeSubpage-newpledge.html %}