Skip to content

Commit 1c47e48

Browse files
committed
modifying sidebar on front page
1 parent 9bcd28a commit 1c47e48

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-09-21T20:10:12Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-09-22T11:49:18Z</updated></feed>

index.html

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,13 @@ <h3 class="panel-head">Sponsored By</h3>
7676
</div> <div class="panel panel-success">
7777
<div class="panel-heading"><h3 class="panel-head">Full Stack Python</h3></div>
7878
<div class="panel-body">
79-
View the
80-
<a href="/table-of-contents.html">table of contents</a> if you're
81-
looking for a specific Python topic.
82-
<hr/>
83-
Major updates are tweeted via
84-
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
85-
<hr/>
86-
Need more detailed tutorials than you see here?
87-
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
88-
<hr/>
8979
<a href="/">Full Stack Python</a> is an open book that explains
9080
concepts in plain language and provides the most helpful resources
9181
on those topics.
82+
<hr/>
83+
View the
84+
<a href="/table-of-contents.html">table of contents</a> if you're
85+
looking for a specific Python topic.
9286
</div>
9387
</div>
9488
</div></div>

source/theme/templates/index-sidebar.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<div class="panel-heading"><h3 class="panel-head">{% for p in pages|sort(attribute='sort-order') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
55
<div class="panel-body">
66
{% if not page %}
7+
<a href="/">Full Stack Python</a> is an open book that explains
8+
concepts in plain language and provides the most helpful resources
9+
on those topics.
10+
<hr/>
711
View the
812
<a href="/table-of-contents.html">table of contents</a> if you're
913
looking for a specific Python topic.
10-
<hr/>
1114
{% endif %}
15+
{% if page %}
16+
<hr/>
1217
Major updates are tweeted via
1318
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
1419
<hr/>
1520
Need more detailed tutorials than you see here?
1621
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
17-
{% if not page %}
18-
<hr/>
19-
<a href="/">Full Stack Python</a> is an open book that explains
20-
concepts in plain language and provides the most helpful resources
21-
on those topics.
2222
{% endif %}
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)