diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-11 11:57:20 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-11 11:57:20 -0400 |
commit | 866c7d8b62b35859db3836f1a4793770bfc3d2d3 (patch) | |
tree | 4157f7ac77e61d102b8699538dc1743f71a4bdf2 | |
parent | 9e6a951826d22eadc0f17f2e4962b41cac429a7c (diff) | |
parent | e8b14a1b7325516aac8f3e9d4dbcf6e8499f75d8 (diff) | |
download | my_new_personal_website-866c7d8b62b35859db3836f1a4793770bfc3d2d3.tar.xz my_new_personal_website-866c7d8b62b35859db3836f1a4793770bfc3d2d3.zip |
Merge branch 'edge' of github.com:imathis/octopress into edge
Diffstat (limited to '')
-rw-r--r-- | .themes/classic/source/_includes/navigation.html | 2 | ||||
-rw-r--r-- | .themes/classic/source/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.themes/classic/source/_includes/navigation.html b/.themes/classic/source/_includes/navigation.html index e2827983..6c8efaad 100644 --- a/.themes/classic/source/_includes/navigation.html +++ b/.themes/classic/source/_includes/navigation.html @@ -12,5 +12,5 @@ </form> <ul role="main-nav"> <li><a href="/">Blog</a></li> - <li><a href="/archives.html">Archives</a></li> + <li><a href="/blog/archives.html">Archives</a></li> </ul> diff --git a/.themes/classic/source/index.html b/.themes/classic/source/index.html index 47d848e3..27a93021 100644 --- a/.themes/classic/source/index.html +++ b/.themes/classic/source/index.html @@ -13,7 +13,7 @@ blog_index: true {% if paginator.next_page %} <a href="/page{{paginator.next_page}}/">← Older</a> {% endif %} - <a href="/archive.html">Blog Archive</a> + <a href="/blog/archives.html">Blog Archive</a> {% if paginator.previous_page %} <a href="/page{{paginator.previous_page}}/">Newer →</a> {% endif %} |