diff options
author | Dan McGee <dan@archlinux.org> | 2010-03-22 23:06:40 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-22 23:06:40 -0500 |
commit | 07f32d8c4bb99ea181520a5814afe844c4408c09 (patch) | |
tree | 5bfae694cffb6f792500829ca8bf037fc5e0c956 /templates/public/index.html | |
parent | 97202e429af1a6b614310cb220d27a51653643c1 (diff) |
Add ArchCon logo and place in front page template
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 9ba1380b..25c76abd 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -70,6 +70,10 @@ </table> </div> <br /> + <div style="text-align: center;"> + <a href="http://www.archlinux.ca/archcon2010/" title="ArchCon 2010"><img src="/media/archcon.png" class="" title="" alt="ArchCon 2010" /></a> + </div> + <br /> {% if user.is_authenticated %} <h3>Dev Links:</h3> <ul class="links"> |