Adds social links. Adds fork me link.

This commit is contained in:
2012-09-14 14:19:25 +02:00
parent 1ed8c503af
commit c628fd27bb

View File

@@ -31,7 +31,7 @@
{% endfor %}
<a href="https://github.com/jlengrand/FaceMovie">Take one picture of yourself a day, automatically generate a movie!</a>
</ul>
<p class="pull-right"><b><a href="TODO">[Fork me on GitHub]</a></b></p>
<p class="pull-right"><b><a href="https://github.com/jlengrand/Ivolution/fork">[Fork me on GitHub]</a></b></p>
</div>
</div>
</div>
@@ -42,7 +42,7 @@
<h3>Contents</h3>
<ul>
{% for name, link in PAGELINKS %}
<li><a href="{{ link }}">{{ name }}</a></li>
<li><a href="{{ SITEURL }}/pages/{{ link }}">{{ name }}</a></li>
{% endfor %}
</ul>
<h3>Other Links</h3>