You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: theme/templates/table-of-contents.html
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -213,25 +213,31 @@ <h2><a href="/blog.html">Blog Post Tutorials</a></h2>
213
213
{% for a in articles %}<h4class="bp"><ahref="/blog/{{ a.slug }}.html">{{ a.title }}</a></h4>{% endfor %}
214
214
</div>
215
215
<divclass="c3">
216
-
<h2>Example Code</h2>
217
-
<h3>Django examples</h3>
216
+
<h2><ahref="https://www.deploypython.com/">Books & Videos</a></h2>
217
+
<h4class="bp"><ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Introduction to Ansible</a></h4>
218
+
<h4class="bp"><ahref="https://training.talkpython.fm/courses/explore_entrepreneurs/python-for-entrepreneurs-build-and-launch-your-online-business">Python for Entrepreneurs</a></h4>
219
+
<h4class="bp"><ahref="https://www.deploypython.com/">Deploying Flask Web Apps</a></h4>
<h2><ahref="https://www.deploypython.com/">Books & Videos</a></h2>
232
-
<h4class="bp"><ahref="https://training.talkpython.fm/courses/explore_ansible/introduction-to-ansible-with-python">Introduction to Ansible</a></h4>
233
-
<h4class="bp"><ahref="https://training.talkpython.fm/courses/explore_entrepreneurs/python-for-entrepreneurs-build-and-launch-your-online-business">Python for Entrepreneurs</a></h4>
234
-
<h4class="bp"><ahref="https://www.deploypython.com/">Deploying Flask Web Apps</a></h4>
0 commit comments