-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89c3c96
commit 304a73a
Showing
947 changed files
with
44,661 additions
and
24,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
docs_list_title: subscribe-podcast | ||
docs: | ||
|
||
- title: Apple Podcasts | ||
url: https://podcasts.apple.com/us/podcast/the-govfresh-podcast/id1468169431 | ||
img: assets/img/logos/apple-podcasts.png | ||
|
||
- title: Spotify | ||
url: https://open.spotify.com/show/7jZIZh0oxJeq9jPheo9eJq | ||
img: assets/img/logos/spotify.png | ||
|
||
- title: Pocket Casts | ||
url: https://pca.st/WQa8 | ||
img: assets/img/logos/pocket-casts.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{% if include.level == "secondary" %} | ||
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 d-flex align-items-stretch"> | ||
<div class="card mb-3"> | ||
<div class="card-body"> | ||
{% if item.feat-img %} | ||
<img | ||
src="{{ site.baseurl }}/assets/img/people/{{ item.feat-img }}" | ||
alt="{{ item.title }}" | ||
class="md rounded-circle mb-3"> | ||
{% endif %} | ||
<h3 class="h4"> | ||
<a href="{{ site.baseurl }}{{ item.url }}" class="stretched-link link-primary link-offset-3 link-underline-opacity-0 link-underline-opacity-0-hover"> | ||
{{ item.title }} | ||
</a> | ||
</h3> | ||
</div> | ||
{% if item.number %} | ||
<div class="card-footer text-body-secondary small"> | ||
Episode #{{ item.number }}</div> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% else %} | ||
<div class="col-12 col-sm-12 col-md-6 col-lg-4 col-xl-4 d-flex align-items-stretch"> | ||
<div class="card mb-3"> | ||
<div class="card-body"> | ||
{% if item.feat-img %} | ||
<img | ||
src="{{ site.baseurl }}/assets/img/people/{{ item.feat-img }}" | ||
alt="{{ item.title }}" | ||
class="md rounded-circle mb-3"> | ||
{% endif %} | ||
<h3 class="h4"> | ||
<a href="{{ site.baseurl }}{{ item.url }}" class="stretched-link link-primary link-offset-3 link-underline-opacity-0 link-underline-opacity-0-hover"> | ||
{{ item.title }} | ||
</a> | ||
</h3> | ||
</div> | ||
{% if item.number %} | ||
<div class="card-footer text-body-secondary small"> | ||
Episode #{{ item.number }}</div> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<div class="container border-top mt-5 pt-5 pb-5"> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<h2>Subscribe</h2> | ||
<div class="card-group"> | ||
{% for subscribe-podcast in site.data.subscribe-podcast.docs %} | ||
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4 d-flex align-items-stretch"> | ||
<div class="card"> | ||
<div class="card-body text-center"> | ||
<img | ||
src="{{ site.baseurl }}/{{ subscribe-podcast.img }}" | ||
class="xxs" | ||
alt="{{ subscribe-podcast.title }}"> | ||
<h3 class="h5"> | ||
<a href="{{ subscribe-podcast.url }}" class="stretched-link link-primary link-underline-opacity-0 link-underline-opacity-0-hover"> | ||
{{ subscribe-podcast.title }} | ||
</a> | ||
</h3> | ||
</div> | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% if page.tgwn %} | ||
<em>Note: This is an episode of The Government We Need, what is now The GovFresh Podcast.</em> | ||
{% endif %} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.