Some minor changes.

This commit is contained in:
phil 2013-06-12 13:23:16 +02:00
parent 04d184a4db
commit 87d3d56351
21 changed files with 37 additions and 79 deletions

View file

@ -12,20 +12,14 @@
<article itemscope itemtype="http://schema.org/Article">
<nav id="menu">
<ol>
<li><a href="#" class="red js-expandable">&#xE012;</a></li>
<li><a href="#" class="red js-opaquable">&#xE05D;</a></li>
<li><a href="#" class="red js-resizable">&#xE0EA;</a></li>
<li><a href="#" class="green">&#xE099;</a></li>
<li><a href="#" class="green">&#xE026;</a></li>
<li><a href="#" class="green">&#xE0B5;</a></li>
<li><a href="#" class="green">&#xE0F0;</a></li>
<li><a href="#">&#xE09A;</a></li>
<li><a href="/">&#xE081;</a></li>
<li>
<a href="#">
<time datetime="2012-08-07" pubdate itemprop="dateCreated">{{ page.time }}</time>
</a>
</li>
<li><a href="mailto:philipp.wille@web.de">&#xE09A;</a></li>
<li><a href="https://github.com/ikrpg/ikrpg.github.io/wiki/Participate">&#xE088;</a></li>
<li><a href="https://github.com/ikrpg/ikrpg.github.io">&#xE0DA;</a></li>
<li><a href="#">&#xE0B5;</a></li>
<li><a href="#" class="js-resizable">&#xE0EA;</a></li>
<li><a href="#" class="js-opaquable">&#xE05D;</a></li>
<li><a href="#" class="js-expandable">&#xE012;</a></li>
</ol>
</nav>
<header id="head">
@ -40,6 +34,9 @@
</header>
<section class="content" itemprop="articleBody">{{ content }}</section>
<footer id="foot">
<p>Images originating from the Privateer Press website are © 2001—2013 Privateer Press, Inc. All Rights Reserved. Privateer Press ®, WARMACHINE ®, Cryx, Cygnar, Khador, Protectorate of Menoth, Retribution of Scryah, Steam-powered Miniatures Combat, warcaster, warjack, WARMACHINE: Prime, WARMACHINE: Escalation, WARMACHINE: Apotheosis, WARMACHINE: Superiority, WARMACHINE: Prime Remix, WARMACHINE: Legends, Forces of WARMACHINE: Pirates of the Broken Coast, Forces of WARMACHINE: Retribution of Scyrah, Forces of WARMACHINE: Cygnar, Forces of WARMACHINE: Khador, Forces of WARMACHINE: Cryx, Forces of WARMACHINE: Protectorate of Menoth, HORDES, Circle Orboros, Legion of Everblight, Skorne, Trollbloods, Trollblood, Monsterous Miniatures Combat, warbeast, HORDES: Primal, HORDES: Evolution, HORDES: Metamorphosis, Forces of HORDES: Circle Orboros, Forces of HORDES: Legion of Everblight, Forces of HORDES: Skorne, Forces of HORDES: Trollbloods, Iron Kingdoms, Immoren, The Witchfire Trilogy, Monsternomicon, Five Fingers: The Port of Deceit, Formula P3, Formula P3 Hobby Series, No Quarter Magazine and their logos are trademarks of Privateer Press, Inc. Images and trademarks used without permission. This website is unofficial and is not endorsed by Privateer Press.</p>
</footer>
<!--footer id="foot">
This page was edited by
<ul>
{% for editor in page.editors %}
@ -48,7 +45,7 @@
</li>
{% endfor %}
</ul>
</footer>
</footer-->
</article>
</body>
</html>