diff options
Diffstat (limited to 'bn_django/templates/base.html')
-rw-r--r-- | bn_django/templates/base.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 1b8f4d5..6ccdc7f 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -23,7 +23,7 @@ href="/static/style/flexy-nuts-serif.css" title="flexy-nuts-serif" /> {% endblock %} {% block externaljs %} {% endblock %} -<title>{% block windowtitle %}bryannewbold.com{% endblock %}</title> +<title>{% block windowtitle %}bnewbold.net{% endblock %}</title> </head> <body> <div id="top_bar"> @@ -31,7 +31,7 @@ <span class="righty"><a href="/knowledge/">knowledge</a> <a href="/photos/">photos</a> <a href="/code/">code</a></span> - <span class="lefty"><a href="/">bryannewbold.com</a></span> + <span class="lefty"><a href="/">bnewbold.net</a></span> </div> </div> <div class="content" id="main_title"> @@ -41,8 +41,8 @@ <input class="search_box" type="text" size="21" value=" search!" name="q" id="search_text" onfocus="var box=document.forms['search'].elements['q']; if(box.value == ' search!') box.value=''; return;" /> -<input type="hidden" name="domains" value="bryannewbold.com" /> -<input type="hidden" name="sitesearch" value="bryannewbold.com" /> +<input type="hidden" name="domains" value="bnewbold.net" /> +<input type="hidden" name="sitesearch" value="bnewbold.net" /> </form> <span class="righty"></span> </div> @@ -70,7 +70,7 @@ Here lies content! <a href="/">home</a> <a href="/about/">about</a> <a href="/credits/">credits</a> -<a href="mailto:webmeisterATbryannewbold.com">email the webmaster</a> +<a href="mailto:webmeisterATbnewbold.net">email the webmaster</a> </b> <br /> produced in 2007 by bryan newbold, <a href="/copyright/">all rights ignored</a> |