Skip to content

Commit 2136d84

Browse files
committed
change previous email newsletters list style
1 parent 9df077a commit 2136d84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

theme/templates/email.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ <h2>Previous issues</h2>
1616
<a href="/blog.html">Full Stack Python blog</a> and are also
1717
listed here:
1818
</p>
19-
<ul>
20-
<li><a href="/blog/devops-python-maintaining-contributing-open-source.html">DevOps, Thank You Maintainers and Contributing to Open Source</a> - November 13, 2017</li>
21-
<li><a href="/blog/pydev-week-django-2-twilio-voices.html">PyDev of the Week, Django 2.0 and Twilio Voices</a> - October 30, 2017</li>
22-
<li><a href="/blog/pycon-us-2018-cfp-python-bytes-pelican.html">PyCon US 2018 CFP, Python Bytes and Pelican</a> - October 9, 2017</li>
19+
<ul style="font:14px Courier;line-height:1.4em">
20+
<li>11/13/2017 <a href="/blog/devops-python-maintaining-contributing-open-source.html">DevOps, Thank You Maintainers and Contributing to Open Source</a></li>
21+
<li>10/30/2017 <a href="/blog/pydev-week-django-2-twilio-voices.html">PyDev of the Week, Django 2.0 and Twilio Voices</a></li>
22+
<li>10/09/2017 <a href="/blog/pycon-us-2018-cfp-python-bytes-pelican.html">PyCon US 2018 CFP, Python Bytes and Pelican</a></li>
2323
</ul>
2424
</div>
2525
<div class="col-md-offset-1 col-md-3" id="sidebar">

theme/templates/fsp-guide-advert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="panel">
22
<div class="panel-body">
3-
<a href="http://www.deploypython.com/"><img src="/img/logos/fsp-deployment-guide.png" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
3+
<a href="http://www.deploypython.com/"><img src="/img/logos/fsp-deployment-guide.jpg" alt="The Full Stack Python Guide to Deployments" width="100%"></a>
44
<p style="font-size: .8em; margin-top: 10px;">Searching for a complete, step-by-step deployment walkthrough? Learn more about <a href="http://www.deploypython.com/">The Full Stack Python Guide to Deployments book</a>.
55
</p>
66
</div>

0 commit comments

Comments
 (0)