Skip to content

Commit d8d9933

Browse files
committed
post details on main page
1 parent f921cf0 commit d8d9933

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

_posts/2017-06-30-Day-162.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ image:
1212

1313
* **Presidential commission demands massive amounts of state voter data**. A commission created by President Donald Trump to enhance confidence in America’s elections has asked all 50 states for copies of their voter records which often include names, addresses and ages. The commission has said it intends to make the information widely available. ([ProPublica](https://www.propublica.org/article/presidential-commission-demands-massive-amounts-of-state-voter-data))
1414

15-
2/ **At least 21 states are refusing to turn over voter data to Trump's election panel**. "At best this commission was set up as a pretext to validate Donald Trump’s alternative election facts, and at worst is a tool to commit large-scale voter suppression,” Virginia Governor Terry McAuliffe said in a statement. ([The Hill](http://thehill.com/homenews/state-watch/340289-19-states-refusing-to-provide-voter-data-to-trump-panel))
15+
2/ **At least 24 states are refusing to turn over voter data to Trump's election panel**. "At best this commission was set up as a pretext to validate Donald Trump’s alternative election facts, and at worst is a tool to commit large-scale voter suppression,” Virginia Governor Terry McAuliffe said in a statement. ([The Hill](http://thehill.com/homenews/state-watch/340289-19-states-refusing-to-provide-voter-data-to-trump-panel))
1616

17-
> **UPDATE:**
18-
>
19-
> {% twitter https://twitter.com/AriBerman/status/880849831345913856 %}
20-
>
17+
{% twitter https://twitter.com/AriBerman/status/880910280376688640 %}
2118

2219
3/ **Trump wants to "immediately" repeal Obamacare if the Senate health care bill fails**. Trump tweeted that "If Republican Senators are unable to pass what they are working on now, they should immediately REPEAL, and then REPLACE at a later date!" Trump's tweet came minutes after Senator Ben Sasse said on Fox News: "We need repeal. We need replace. Trying to do them together hasn’t seemed to work." McConnell declined to comment on Trump's suggestion. ([Axios](https://www.axios.com/trump-calls-for-immediately-repealing-aca-if-senate-deal-fails-2450809050.html) / [Politico](http://www.politico.com/story/2017/06/30/trump-obamacare-repeal-replace-tweet-240132) / [ABC News](http://abcnews.go.com/Politics/wireStory/latest-trump-suggests-repealing-obama-health-law-now-48369887))
2320

index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,19 @@ <h2 class="post-title">
2323
{{ post.title }}:
2424
<span class="post-small">{{ post.description }}</span></a>
2525
</h2>
26-
<time datetime="{{ post.last_modified | date_to_xmlschema }}" class="post-date">
27-
{{ post.date | date: "%-m/%-d/%Y" }}
28-
<small><em>Updated: {{ post.last_modified | date: "%-m/%-d/%Y %l:%M %p %Z"}}
29-
</em></small>
26+
27+
28+
<time datetime="{{ post.last_modified | date_to_xmlschema }}" class="post-date">
29+
{{ post.date | date: "%-m/%-d/%Y" }}
30+
<br>
31+
<small>
32+
<em>Updated: {{ post.last_modified | time_zone: 'America/Los_Angeles' | date: "%-m/%-d/%Y %l:%M %p %Z"}}</em>
33+
</small><br>
34+
<small>
35+
<a href="https://github.com/mkiser/WTFJHT/edit/master/{{ page.path }}" target="_blank">Help improve this article</a> | <a href="https://github.com/mkiser/WTFJHT/commits/master/{{ page.path }}" target="_blank">See revision history</a>
36+
</small>
3037
</time>
31-
38+
3239
{{ post.content }}
3340
</article>
3441
{% endfor %}

0 commit comments

Comments
 (0)