Place Credits in TOC

This commit is contained in:
Goran Rakic
2012-07-12 15:21:38 +02:00
parent 236c9e4656
commit 4749b951a3

View File

@@ -39,6 +39,7 @@
<li><a href="/#{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">{{ post.title }}</a> <li><a href="/#{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">{{ post.title }}</a>
{% assign lastIsChild = post.isChild %} {% assign lastIsChild = post.isChild %}
{% endfor %} {% endfor %}
<li><a href="/#site-footer">Credits</a></li>
</ul> </ul>
</nav> </nav>
<div class="site-content"> <div class="site-content">
@@ -55,7 +56,7 @@
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.phptherightway.com/" data-size="large" data-hashtags="php">Tweet</a> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.phptherightway.com/" data-size="large" data-hashtags="php">Tweet</a>
</header> </header>
{{ content }} {{ content }}
<footer class="site-footer"> <footer class="site-footer" id="site-footer">
<h2 class="epsilon">Created and maintained by</h2> <h2 class="epsilon">Created and maintained by</h2>
<ul> <ul>
<li><a href="http://twitter.com/codeguy">Josh Lockhart</a></li> <li><a href="http://twitter.com/codeguy">Josh Lockhart</a></li>