Skip to content

Commit 41392d1

Browse files
committed
update rp logo
1 parent 5f2d631 commit 41392d1

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ on GitHub.
1616

1717

1818
## 2018
19+
### February
20+
1921
### January
22+
* Incorporated new data from Stack Overflow and updated programming language
23+
rankings as evidence of reasons for
24+
[why to use Python](/why-use-python.html).
2025
* Merged [PR#151](https://github.com/mattmakai/fullstackpython.com/pull/151)
2126
that fixed an issue with the Slack bot and URLs in conversations.
2227
* Merged [PR#148](https://github.com/mattmakai/fullstackpython.com/pull/148)

content/posts/170926-monitor-python-web-apps.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on the [monitoring page](/monitoring.html).
2424
## Our Tools
2525
We can use either [Python 2 or 3](/python-2-or-3.html) to build this
2626
tutorial, but Python 3 is *strongly* recommended for all new applications.
27-
[Python 3.6.2](https://www.python.org/downloads/release/python-362/) to
27+
[Python 3.6.2](https://www.python.org/downloads/release/python-362/)
2828
was used to build this tutorial. We will also use the following
2929
[application dependencies](/application-dependencies.html) throughout
3030
the post:
37.3 KB
Loading
31.4 KB
Loading

static/img/logos/real-python.jpg

15.7 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<a href="/django.html" class="lgi">Django</a>
2+
<a href="/web-frameworks.html" class="lgi">Web Frameworks</a>
3+
<a href="/monitoring.html" class="lgi">Monitoring</a>
4+
<a href="/rollbar.html" class="lgi">Rollbar</a>
5+
<a href="/deployment.html" class="lgi">Deployment</a>
6+
<a href="/wsgi-servers.html" class="lgi">WSGI Servers</a>
7+
<a href="/green-unicorn-gunicorn.html" class="lgi">Green Unicorn (Gunicorn)</a>
8+
<a href="https://rollbar.com" class="lgi">Rollbar {% include "blog/external-link.html" %}</a>

theme/templates/rp-advert.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
<h3>Sponsored By</h3>
44
</div>
55
<div class="pnb">
6-
<a href="https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=frontpage"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a>
7-
<p style="font-size: .8em;">If you're searching for step-by-step Python
8-
web development tutorials then I highly recommend
9-
<a href="https://realpython.com/?utm_source=fsp&amp;utm_medium=promo&amp;utm_campaign=frontpage">checking out Real Python</a>.
6+
<a href="https://realpython.com/python-tricks/"><img src="/img/logos/real-python.jpg" alt="Real Python logo" width="100%" class="shot"></a>
7+
<p style="font-size: .8em;margin-top:10px">Upgrade your Python skills by reading Real Python's <a href="https://realpython.com/python-tricks/">awesome programming email newsletter</a>.
108
</p>
119
</div>
1210
</div>

theme/templates/sponsor.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{% if page.title == 'Introduction' %}
2-
{% include "rp-advert.html" %}
1+
{% if page.slug == 'introduction' or page.slug == 'django' or page.slug == 'flask' or page.slug == 'bottle' or page.slug == 'web-development' or page.slug == 'web-frameworks' %}
2+
{% include "rp-advert.html" %}
33
{% 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' %}
4-
{% include "rollbar.html" %}
4+
{% include "rollbar.html" %}
55
{% else %}
66
{% endif %}

0 commit comments

Comments
 (0)