Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 1e4a12e

Browse files
authored
Merge pull request #103 from kjaymiller/jm-typo-on-index
fix sentence on index
2 parents edcd11c + a846303 commit 1e4a12e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="m-5">
88
<h1 class="font-thin text-3xl my-1">What is {{SITE_TITLE}}?</h1>
99
<div class="m-5">
10-
<p class="my-3"> {{SITE_TITLE}} is a podcast, livestream, and newsletter that focuses on the <strong>Non-Pipable</strong> news in the Python Community.</p>
11-
<p class="my-3">Join Jon Banafato, experience conference organizer, and Jay Miller, community organizer and advocate, as each week they look at the top stories affecting Pythonistas around the world.</p>
10+
<p class="my-3"> {{SITE_TITLE}} is a podcast, livestream, and newsletter that focuses on the <strong>Non-Pipable</strong> news in the Python Community.</p>
11+
<p class="my-3">Join Jon Banafato, experienced conference organizer, and Jay Miller, community organizer and advocate, each week as they look at the top stories affecting Pythonistas around the world.</p>
1212
<p class="my-3">You can tune in live every friday at 6pm EST/3pm PST. If you miss us live you can check out the <a class="underline" href="https://pythoncommunitynews.transistor.fm">podcast</a> or watch the <a class="underline" href="https://www.youtube.com/watch?v=_xyKDQJxNOg&list=PLfDBFPSIcChU5ASV-9ysy-oJKDSa1-co9">VODs on Youtube</a>.</p>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)