mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 08:43:58 +02:00
Place Credits in TOC
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user