Add link to TWiR source on GitHub

This commit is contained in:
Matt Brubeck 2014-12-09 08:53:58 -08:00
parent 68e45715b5
commit 0442fe35db
4 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,6 +6,8 @@ AUTHOR = u'Corey Richardson'
SITENAME = u"This Week in Rust"
SITEURL = 'http://this-week-in-rust.org'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
THEME = 'pelican-elegant-1.3'
TIMEZONE = 'America/New_York'

View File

@ -58,6 +58,7 @@
<li {% if page_name == "categories" %} class="active"{% endif %}><a href="{{ SITEURL }}/categories.html">Categories</a></li>
<li {% if page_name == "tags" %} class="active"{% endif %}><a href="{{ SITEURL }}/tags.html">Tags</a></li>
<li {% if page_name == "archives" %} class="active"{% endif %}><a href="{{ SITEURL }}/blog/archives/index.html">Archives</a></li>
<li><a href="{{ SOURCE_URL }}">Source code</a></li>
<li><a href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}">Atom feed</a></li>
</ul>
</div>