Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sopython
========

Welcome to **so**\ python, the website of the Python community on
`Stack Overflow`_.
Welcome to **so**\ python, the unofficial website of the Python
community on `Stack Overflow`_.

Join us for chat in the `Python room`_!

Expand Down
7 changes: 4 additions & 3 deletions sopy/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@

<main class="container">{% block content %}{% endblock %}</main>

<footer class="container"><div class="row"><div class="col-md-12">
<p class="small">Made by the cabbage addicts from the <a href="http://chat.stackoverflow.com/rooms/6/python">Python room</a> on <a href="http://stackoverflow.com/">Stack Overflow</a>.<br/>
<a href="https://github.com/sopython/sopython-site">sopython-site v{{ __version__ }}</a></p>
<footer class="container small"><div class="row"><div class="col-md-12">
<p>Made by the cabbage addicts from the <a href="https://chat.stackoverflow.com/rooms/6/python">Python room</a> on <a href="https://stackoverflow.com/">Stack Overflow</a>.</p>
<p>This site is not affiliate with Stack Overflow. Contact us via <a href="https://chat.stackoverflow.com/rooms/6/python">chat</a> or <a href="mailto:chatroom@sopython.com">email</a>.</p>
<p><a href="https://github.com/sopython/sopython-site">sopython-site v{{ __version__ }}</a></p>
</div></div></footer>

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions sopy/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div class="row"><div class="col-md-12">
<div class="jumbotron">
<h2>print('Hello, World!')</h2>
<p>Welcome to <strong>so</strong>python, the website of the Python community on <a href="http://stackoverflow.com/">Stack Overflow</a>.</p>
<p>Join us for chat in the <a href="http://chat.stackoverflow.com/rooms/6/python">Python room</a>!</p>
<p>Welcome to <strong>so</strong>python, the unofficial website of the Python community on <a href="https://stackoverflow.com/">Stack Overflow</a>.</p>
<p>Join us for chat in the <a href="https://chat.stackoverflow.com/rooms/6/python">Python room</a>!</p>
</div>
</div></div>
{% endblock %}