Skip to content

Commit 5f92e02

Browse files
committed
footer and stuff
1 parent 446db7b commit 5f92e02

12 files changed

+13
-22
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: What The Fuck Just Happened Today?
3+
is_away_mode: true
34
timezone: America/Los_Angeles
45
collections:
56
authors:
@@ -32,7 +33,6 @@ defaults:
3233
description: ''
3334
image: ''
3435
todayInOneSentence: ''
35-
is_away_mode: false
3636
author: Matt Kiser
3737
layout: post
3838
seo:

_includes/away_mode.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="away-mode">
2-
<p><strong>👋 Away Message</strong>: Hi there, Matt's currently away from the computer this week, but in the spirit of experimentation, the daily WTFJHT post will be powered by <a href="https://currentstatus.io/" target="_blank">Current Status</a> and lightly edited by a human for clarity.</p>
2+
<p><strong>👋 Away Message</strong>: Hi there, Matt's currently away from the computer, but in the spirit of experimentation, the daily WTFJHT post will be powered by <a href="https://currentstatus.io/" target="_blank">Current Status</a> and lightly edited by a human for clarity.</p>
33
<p>(For those who aren't familiar, <a href="https://currentstatus.io/" target="_blank">Current Status</a> is a tool I developed to make it faster and easier to source the stories that the political web is currently reading and sharing.)</p>
44
<p><strong>What to expect this week</strong>: The daily summaries will be a bit shorter, the Notables are taking the week off, but the overall number of stories in each edition of WTF Just Happened Today? will remain about the same. We'll return to our regularly schedule WTFJHT programming on Monday, May 20th. As with any experiment, I welcome your feedback. Let me know what ya think.</p>
55
</div>
6-
76
<hr />

_includes/nav-foot.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h2 class="ft-title">About</h2>
1515
</ul>
1616
</div>
1717
<div class="ft-main-item">
18-
<h2 class="ft-title">Investigation Timelines</h2>
18+
<h2 class="ft-title">Timelines</h2>
1919
<ul>
2020
<li><a href="https://talk.whatthefuckjusthappenedtoday.com/t/impeachment-investigation-into-trump-2019/4547">Trump Impeachment Investigation</a></li>
2121
<li><a href="https://talk.whatthefuckjusthappenedtoday.com/t/house-judiciary-committee-investigations-into-trump-2019/4990">House Judiciary Committee</a></li>
@@ -66,9 +66,7 @@ <h2 class="ft-title">Archives</h2>
6666
<!-- Footer legal -->
6767
<section class="ft-legal">
6868
<ul class="ft-legal-list">
69-
<li><a href="{{ site.url }}{{ site.baseurl }}/license/">License</a></li>
70-
<li>
71-
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">What The Fuck Just Happened Today site content by <a xmlns:cc="http://creativecommons.org/ns#" href="https://whatthefuckjusthappenedtoday.com/about/" property="cc:attributionName" rel="cc:attributionURL">WTF Just Happened? LLC</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
69+
<li><a href="{{ site.url }}{{ site.baseurl }}/license/">License</a><br><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Text" property="dct:title" rel="dct:type">What The Fuck Just Happened Today site content by <a xmlns:cc="http://creativecommons.org/ns#" href="https://whatthefuckjusthappenedtoday.com/about/" property="cc:attributionName" rel="cc:attributionURL">WTF Just Happened? LLC</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
7270
</span>
7371
</li>
7472
</ul>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% include_cached email.html %}
66
<article class="post">
7-
{% if page.is_away_mode == true %}
7+
{% if site.is_away_mode == true %}
88
{% include away_mode.html %}
99
{% endif %}
1010
<h1 class="post-title">

_layouts/whatwelearned.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1 class="post-title">
3939
</div>
4040
{% include_cached email.html %}
4141

42-
{% include social.html %}
42+
{% include_cached social.html %}
4343

4444
{% include_cached pledge.html %}
4545

_posts/2019-05-13-day-844.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ todayInOneSentence: The White House asked Don McGahn to say Trump never obstruct
99
and norms" of government; the Pentagon is spending money meant for missiles and
1010
spy planes on Trump's border wall; and Omarosa wants to join a lawsuit alleging
1111
that women were underpaid by the Trump campaign.
12-
is_away_mode: true
1312
author: Joe Amditis
1413
---
1514

_posts/2019-05-14-day-845.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ todayInOneSentence: The White House is reviewing plans to attack Iran; global st
99
Trump promised not to use stolen material as part of his 2020 campaign; he praised
1010
Hungary's authoritarian leader; and newly obtained photos show migrant children
1111
and families sleeping on the ground at a detention camp in Texas.
12-
is_away_mode: false
1312
author: Joe Amditis
1413
---
1514

_posts/2019-05-15-day-846.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ todayInOneSentence: The White House rejected Congress' authority and demands for
99
commitment to combat online extremism; Alabama passed a near-complete ban on abortions
1010
with no exceptions for case that involve rape or incest; and Trump Tower is now
1111
one of the least desirable luxury buildings in New York City.
12-
is_away_mode: true
1312
author: Joe Amditis
1413
---
1514

_posts/2019-05-16-day-847.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ todayInOneSentence: The U.S. military will build six tent cities near border for
77
Trump's immigration plan will emphasizes immigrants' skills over their family ties;
88
Trump, frustrated by advisers, is not convinced the time is right to attack Iran;
99
and the Missouri Senate passed a bill to ban abortions at 8 weeks.
10-
is_away_mode: true
1110
---
1211

1312
1/ **The U.S. military will build six tent cities near border for migrants**. The tents will likely not be on military bases, and ICE — not the military — will be responsible for migrant detention and custodial support. ([NBC News](https://www.nbcnews.com/politics/immigration/u-s-military-build-6-tent-cities-border-migrants-n1006161))

_sass/_layout.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,23 @@
88
}
99

1010
footer {
11-
padding: 2em 2em 1em 2em;
11+
padding: 1em 0em 1em 0em;
1212
background-color: #222;
1313
color: $gray-3;
1414
margin-top: 2em;
1515

16-
17-
1816
display: flex;
1917
min-height: 100vh;
2018
flex-direction: column;
2119
flex: 1;
2220

2321
.ft-main {
24-
padding: 1.25rem 1.875rem;
22+
padding: 1rem 0 1rem 0;
2523
display: flex;
2624
flex-wrap: wrap;
2725
}
2826
.ft-main-item {
29-
padding: 1.25rem;
27+
padding: 1rem;
3028
min-width: 12.5rem /*200px*/;
3129
}
3230
h2.ft-title {
@@ -35,7 +33,7 @@ footer {
3533
color: $gray-1;
3634
}
3735
.ft-social {
38-
padding: 0 1.875rem 1.25rem;
36+
padding: 0 1rem 1rem;
3937
}
4038
.ft-social-list {
4139
display: flex;
@@ -49,7 +47,7 @@ footer {
4947
}
5048

5149
.ft-legal {
52-
padding: 0.9375rem 1.875rem;
50+
padding: 1rem 1rem;
5351
background-color: #333;
5452
}
5553
.ft-legal-list {

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ layout:
2828
</author>
2929
<content type="html">
3030

31-
{% if post.is_away_mode == true %}
31+
{% if site.is_away_mode == true %}
3232
{% include away_mode.html %}
3333
{% endif %}
3434

rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ layout:
2424
</description>
2525
<content:encoded>
2626
<![CDATA[<img src="{{ site.url }}{{ site.baseurl }}{{ post.image }}"/>
27-
{% if post.is_away_mode == true %}
27+
{% if site.is_away_mode == true %}
2828
{% include away_mode.html %}
2929
{% endif %}
3030
{{ post.content }} <p><strong>Subscribe:</strong> <a href="{{ site.url }}{{ site.baseurl }}/subscribe/" target="_blank">Get the Daily Update in your inbox for free</a></p><p><strong>Support today's essential newsletter and resist the daily shock and awe:</strong> <a href="{{ site.url }}{{ site.baseurl }}/membership">Become a member</a></p>]]>

0 commit comments

Comments
 (0)