more links
This commit is contained in:
parent
3ebbb46829
commit
68d3eadff5
1 changed files with 11 additions and 0 deletions
|
@ -78,6 +78,17 @@
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if SOCIAL %}
|
||||||
|
<section id="social">
|
||||||
|
<header class="major">
|
||||||
|
<h2>My Socials</h2>
|
||||||
|
</header>
|
||||||
|
{% for name, link in SOCIAL %}
|
||||||
|
<li><a rel="me" href="{{ link }}">{{ name }}</a></li>
|
||||||
|
{% endfor %}
|
||||||
|
</section>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<!-- Section - The various series -->
|
<!-- Section - The various series -->
|
||||||
<section id="article-series">
|
<section id="article-series">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
|
|
Loading…
Reference in a new issue