added custom partials for for footer and navigation
parent
705ba9a394
commit
07f4937bfd
@ -0,0 +1,4 @@
|
|||||||
|
<p>
|
||||||
|
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} -
|
||||||
|
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
||||||
|
</p>
|
@ -0,0 +1,4 @@
|
|||||||
|
<ul role=main-navigation>
|
||||||
|
<li><a href="{{ root_url }}/">Blog</a></li>
|
||||||
|
<li><a href="{{ root_url }}/blog/archives">Archives</a></li>
|
||||||
|
</ul>
|
@ -1,4 +1 @@
|
|||||||
<p>
|
{% include custom/footer.html %}
|
||||||
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} -
|
|
||||||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
|
||||||
</p>
|
|
||||||
|
Loading…
Reference in New Issue