This commit is contained in:
Matthew Mongeau
2012-07-19 11:26:11 -04:00
parent 13e8e99273
commit e32f322aac
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<a href="${reverse('root')}" class="logo"></a>
<a href="${reverse('courses')}">Find Courses</a>
<a href="${reverse('about_edx')}">About</a>
<a href="#">Blog</a>
<a href="http://edxonline.tumblr.com/">Blog</a>
<a href="${reverse('jobs')}">Jobs</a>
<a href="${reverse('contact')}">Contact</a>
</section>

View File

@@ -35,7 +35,7 @@
<ol class="guest">
<li class="secondary">
<a href="${reverse('about_edx')}">About</a>
<a href="#">Blog</a>
<a href="http://edxonline.tumblr.com/">Blog</a>
<a href="${reverse('jobs')}">Jobs</a>
<a href="#login-modal" id="login" rel="leanModal">Log In</a>
</li>