diff options
Diffstat (limited to 'bn_django/templates')
| -rw-r--r-- | bn_django/templates/frontpage.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 9467a91..a14a29b 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -30,7 +30,7 @@ Other sites: <br />  <div class="notice">  <center><b>This site is still under development!</b></center>  <p /> There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc. At this point if you find any errors please email me using the link at the bottom of this page! -<p />If you're curious you can track my work in the <a href="/code">code</a> section.  In the meanwhile you can get your bryan newbold fix at my <a href="http://web.mit.edu/bnewbold/www">old site</a>. +<p />If you're curious you can track my work in the <a href="http://git.bnewbold.net/?p=bnewnet.git;a=summary">code</a> section.  In the meanwhile you can get your bryan newbold fix at my <a href="http://web.mit.edu/bnewbold/www">old site</a>.  </div>   <h3>Where am I?</h3>   In early 2008 I returned to <a href="http://mit.edu">MIT</a> to learn some more physics; i'm planning on graduating in spring 2009. I spent 2007 traveling and working in different places across the USA and the world; see some of the <a href="/photos/">photos</a> I took. Hopefully I'll be on the road again soon! <i><a href="/whatsup/"> More...</a></i> @@ -51,14 +51,14 @@ Other sites: <br />  {% else %}  <br/><br />None yet!  {% endif %} - +<br />  <h2 class="ruled">Knowledge!</h2>  {% if shortlog %}  {% include "git_wiki/shortlog_table" %}  {% else %}  None yet!  {% endif %} - +<br />  <h2 class="ruled">Comments!</h2>  {% if latest_comments %}  {% include "newcomments_table" %} | 
