mirror of
https://github.com/jlengrand/IvolutionWebsite.git
synced 2026-03-10 08:31:18 +00:00
Adds social links. Adds fork me link.
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
<a href="https://github.com/jlengrand/FaceMovie">Take one picture of yourself a day, automatically generate a movie!</a>
|
<a href="https://github.com/jlengrand/FaceMovie">Take one picture of yourself a day, automatically generate a movie!</a>
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<h3>Contents</h3>
|
<h3>Contents</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for name, link in PAGELINKS %}
|
{% for name, link in PAGELINKS %}
|
||||||
<li><a href="{{ link }}">{{ name }}</a></li>
|
<li><a href="{{ SITEURL }}/pages/{{ link }}">{{ name }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<h3>Other Links</h3>
|
<h3>Other Links</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user