mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
added custom partials for for footer and navigation
This commit is contained in:
parent
3a7bf28992
commit
9c88204a33
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>
|
@ -1,4 +1 @@
|
||||
<p>
|
||||
Copyright © {{ site.time | date: "%Y" }} - {{ site.author }} -
|
||||
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
|
||||
</p>
|
||||
{% include custom/footer.html %}
|
||||
|
@ -10,7 +10,4 @@
|
||||
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
|
||||
</fieldset>
|
||||
</form>
|
||||
<ul role=main-navigation>
|
||||
<li><a href="{{ root_url }}/">Blog</a></li>
|
||||
<li><a href="{{ root_url }}/blog/archives">Archives</a></li>
|
||||
</ul>
|
||||
{% include custom/navigation.html %}
|
||||
|
Loading…
Reference in New Issue
Block a user