summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bn_django/templates/about.html2
-rw-r--r--bn_django/templates/base.html1
-rw-r--r--static/prototype_index.html (renamed from static/index.html)0
3 files changed, 2 insertions, 1 deletions
diff --git a/bn_django/templates/about.html b/bn_django/templates/about.html
index f8db11a..ddca340 100644
--- a/bn_django/templates/about.html
+++ b/bn_django/templates/about.html
@@ -10,7 +10,7 @@
{% block content %}
<p />
<div class="righty_content">
- <img src="/static/img/orange_small.jpg" />
+ <img src="http://static.bryannewbold.com/img/orange_small.jpg" />
<br />
<div class="content_caption">the perp</div>
</div>
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html
index 63bdbda..9416150 100644
--- a/bn_django/templates/base.html
+++ b/bn_django/templates/base.html
@@ -4,6 +4,7 @@
<head>
<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">
<title>bryannewbold.com</title>
</head>
<body>
diff --git a/static/index.html b/static/prototype_index.html
index 108baa0..108baa0 100644
--- a/static/index.html
+++ b/static/prototype_index.html