Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project_name/templates/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Made with Pinax
<div class="patches">
{% for app in pinax_apps %}
<img src="http://pinax.github.com/pinax-design/patches/{{ app }}.svg" />
<img src="//pinax.github.io/pinax-design/patches/{{ app }}.svg" />
{% endfor %}
</div>
</div>
2 changes: 1 addition & 1 deletion project_name/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>{% blocktrans %}Welcome to<div style="font-size: 6rem; font-weight: 600;">Pr
projects are based.
{% endblocktrans %}
</p>
<img src="http://pinaxproject.com/pinax-design/tessellations/Project%20Zero.png" />
<img src="//pinaxproject.com/pinax-design/tessellations/Project%20Zero.png" />
</div>
</section>
<section id="content-section">
Expand Down