aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/navigation.html
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-31 13:13:00 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-31 13:13:11 -0400
commit07f4937bfd5208916eece1032ae2794f2d1ce92d (patch)
tree092474ed1715a0e063e67249cd64bf92d12f8df4 /.themes/classic/source/_includes/navigation.html
parent705ba9a394e94214207e2aac178c9d933051ea4d (diff)
downloadmy_new_personal_website-07f4937bfd5208916eece1032ae2794f2d1ce92d.tar.xz
my_new_personal_website-07f4937bfd5208916eece1032ae2794f2d1ce92d.zip
added custom partials for for footer and navigation
Diffstat (limited to '.themes/classic/source/_includes/navigation.html')
-rw-r--r--.themes/classic/source/_includes/navigation.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/.themes/classic/source/_includes/navigation.html b/.themes/classic/source/_includes/navigation.html
index 4b1885eb..c26908f8 100644
--- a/.themes/classic/source/_includes/navigation.html
+++ b/.themes/classic/source/_includes/navigation.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 %}