Skip to content

Commit fa79d72

Browse files
committed
remove links to guide to deployments until next update is released
1 parent 9a56e0d commit fa79d72

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

content/pages/12-meta/01-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on GitHub.
1717

1818
## 2017
1919
### December
20+
* Removing <a href="http://www.deploypython.com/">Guide to Deployments</a>
21+
links until the next version is out (estimated Spring 2018 after
22+
Ubuntu 18.04 LTS releases).
2023
* Crossed the 120k words mark for content, thanks to a slew of new tutorials
2124
and pages.
2225
* New [serverless](/serverless-architectures.html) and

theme/templates/page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
{% endblock %}
4040

4141
{% block lower_banner %}
42-
{% include "lower-banner.html" %}
4342
{% endblock %}
4443

4544
{% block js %}

theme/templates/sidebar.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
11
{% if page %}
22
{% include "sponsor.html" %}
3-
{% include "email-for-book-sidebar.html" %}
3+
<div class="panel">
4+
<div class="panel-heading"><h3 class="panel-head">Full Stack Python</h3></div>
5+
<div class="panel-body">
6+
<a href="/table-of-contents.html">Full Stack Python</a>
7+
is an open book that explains concepts in plain language and provides
8+
helpful resources for those topics.
9+
</div>
10+
</div>
411
{% if not page.slug == "about-author" %}
512
{% include "full-toc.html" %}
613
{% endif %}
714
{% endif %}
15+
{% if not page %}
816
<div class="panel">
917
{% if page and page.slug == "about-author" %}
1018
<div class="panel-heading"><h3 class="panel-head">Updates</h3></div>
1119
{% else %}
1220
<div class="panel-heading"><h3 class="panel-head">{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
1321
{% endif %}
1422
<div class="panel-body">
15-
{% if not page %}
1623
View the
1724
<a href="/table-of-contents.html">table of contents</a> if you're
1825
looking for a specific Python topic.
1926
<hr/>
20-
{% endif %}
2127
Major updates are tweeted via
2228
<a href="https://twitter.com/fullstackpython">@fullstackpython</a>.
2329
<hr/>
24-
Need more detailed tutorials than you see here?
25-
<a href="http://www.deploypython.com/">Learn more about The Full Stack Python Guide to Deployments book.</a>
26-
{% if not page %}
27-
<hr/>
2830
<a href="/">Full Stack Python</a> is an open book that explains
2931
concepts in plain language and provides the most helpful resources
3032
for those topics.
31-
{% endif %}
3233
</div>
3334
</div>
34-
{% if page %}
35+
{% else %}
3536
{% include "mobile-toc.html" %}
3637
{% endif %}

theme/templates/sponsor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,4 @@ <h3 class="panel-head">Sponsored By</h3>
131131
{% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' %}
132132
{% include "rollbar.html" %}
133133
{% else %}
134-
{% include "fsp-guide-advert.html" %}
135134
{% endif %}

theme/templates/table-of-contents.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,5 +405,4 @@ <h4 style="padding-bottom:6px;line-height:1.25em">
405405
{% endblock %}
406406

407407
{% block lower_banner %}
408-
{% include "lower-banner.html" %}
409408
{% endblock %}

0 commit comments

Comments
 (0)