diff options
Diffstat (limited to 'bn_django/templates')
-rw-r--r-- | bn_django/templates/about.html | 2 | ||||
-rw-r--r-- | bn_django/templates/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html index c9f9ce4..86755d5 100644 --- a/bn_django/templates/about.html +++ b/bn_django/templates/about.html @@ -15,7 +15,7 @@ <br /> <div class="content_caption">the perp</div> </div> -This website is the web presence of <a href="/k/BryanNewbold">Bryan Newbold</a>. It serves as a: +This website is the web presence of <a href="k/BryanNewbold">Bryan Newbold</a>. It serves as a: <dl> <dt /><a href="/knowledge">brain dump</a> <dd /> so I won't forget diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 0df7a36..e574277 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -5,7 +5,7 @@ {% block stylesheets %} <link rel="STYLESHEET" type="text/css" href="style/default.css" /> <link rel="STYLESHEET" type="text/css" href="/style/default.css" /> -<!--<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/default.css" />--> +<link rel="STYLESHEET" type="text/css" href="http://static.bryannewbold.com/style/default.css" /> {% endblock %} {% block externaljs %} {% endblock %} <title>{% block windowtitle %}bryannewbold.com{% endblock %}</title> |