mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
added custom partials for for footer and navigation
This commit is contained in:
4
.themes/classic/source/_includes/custom/footer.html
Normal file
4
.themes/classic/source/_includes/custom/footer.html
Normal file
@ -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>
|
||||
4
.themes/classic/source/_includes/custom/navigation.html
Normal file
4
.themes/classic/source/_includes/custom/navigation.html
Normal file
@ -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>
|
||||
Reference in New Issue
Block a user