diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-06-19 23:53:24 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-06-19 23:53:24 -0400 |
commit | 90dc544bae5a4d79d979d6a33c729b424f129de1 (patch) | |
tree | 10333d0d0ed96b099337181818a91962ce0e6d99 | |
parent | 7af13e078f17faf1afad32701bbfbeef91809fb2 (diff) | |
download | bnewnet-90dc544bae5a4d79d979d6a33c729b424f129de1.tar.gz bnewnet-90dc544bae5a4d79d979d6a33c729b424f129de1.zip |
fix front page image
-rw-r--r-- | bn_django/templates/frontpage.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index ac6954c..1c7dc84 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -15,6 +15,9 @@ {% block right_stuff %} <br /> +<br /> +<br /> +<br /> RSS feeds: <br /> {% comment %} - <a href="/journal/rss/latest_entries/"> journal entries</a><br />{% endcomment %} - <a href="/journal/rss/latest_links/"> web links</a><br /> @@ -27,8 +30,8 @@ Other sites: <br /> {% endblock %} {% block content %} -<center><img style="border: none;" src="/static/img/iceland_beach.png"></center> <br /> +<center><img style="border: none;" src="/static/img/iceland_beach.jpg"></center> <br /> <br /> <h3>Where am I?</h3> |