aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-08-08 14:15:23 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-08-08 14:15:47 -0500
commit4de7db6fefa17c5c87b07c7aeccb098b9ec403b2 (patch)
tree1a12eb44e8e6b09544330cb6aced138178d49b2a
parent8fc57eaaa6e22358a1220a0baf589a4b20dd8cfe (diff)
downloadmediagoblin-4de7db6fefa17c5c87b07c7aeccb098b9ec403b2.tar.lz
mediagoblin-4de7db6fefa17c5c87b07c7aeccb098b9ec403b2.tar.xz
mediagoblin-4de7db6fefa17c5c87b07c7aeccb098b9ec403b2.zip
Switching the MediaGoblin homepage image over to using the "official" gavroche style
-rw-r--r--mediagoblin/static/images/home_goblin.pngbin0 -> 61657 bytes
-rw-r--r--mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html4
2 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/static/images/home_goblin.png b/mediagoblin/static/images/home_goblin.png
new file mode 100644
index 00000000..5ba9afeb
--- /dev/null
+++ b/mediagoblin/static/images/home_goblin.png
Binary files differ
diff --git a/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html b/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html
index 9ef28a4d..e2463328 100644
--- a/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html
+++ b/mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html
@@ -19,8 +19,8 @@
{% if request.user %}
<h1>{% trans %}Explore{% endtrans %}</h1>
{% else %}
+ <img class="right_align" src="{{ request.staticdirect('/images/home_goblin.png') }}" />
<h1>{% trans %}Hi there, welcome to this MediaGoblin site!{% endtrans %}</h1>
- <img class="right_align" src="{{ request.staticdirect('/images/frontpage_image.png') }}" />
<p>{% trans %}This site is running <a href="http://mediagoblin.org">MediaGoblin</a>, an extraordinarily great piece of media hosting software.{% endtrans %}</p>
{% if auth %}
<p>{% trans %}To add your own media, place comments, and more, you can log in with your MediaGoblin account.{% endtrans %}</p>
@@ -33,7 +33,7 @@
{% endif %}
{% endif %}
{% trans %}
- <a class="button_action" href="http://wiki.mediagoblin.org/HackingHowto">Set up MediaGoblin on your own server</a>
+ <a class="button_action" href="http://mediagoblin.readthedocs.org/">Set up MediaGoblin on your own server</a>
{%- endtrans %}
<div class="clear"></div>