diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-31 13:13:00 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-31 13:13:11 -0400 |
commit | 07f4937bfd5208916eece1032ae2794f2d1ce92d (patch) | |
tree | 092474ed1715a0e063e67249cd64bf92d12f8df4 /.themes/classic/source/_includes/navigation.html | |
parent | 705ba9a394e94214207e2aac178c9d933051ea4d (diff) | |
download | my_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.html | 5 |
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 %} |