From 47bdef8be4cc2c660a15e0f688a0084118960172 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 2 Dec 2009 22:25:58 -0500 Subject: misc, front page, whitespace, photos --- .../journal/templates/journal/linkartifact_list.html | 4 ++-- bn_django/templates/comments/preview.html | 3 --- bn_django/templates/frontpage.html | 15 +++++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'bn_django') diff --git a/bn_django/journal/templates/journal/linkartifact_list.html b/bn_django/journal/templates/journal/linkartifact_list.html index 6caaffa..7ab6d5e 100644 --- a/bn_django/journal/templates/journal/linkartifact_list.html +++ b/bn_django/journal/templates/journal/linkartifact_list.html @@ -24,11 +24,11 @@ end up at feeds.bnewbold.net. {% for item in object_list %}
  • {{item.title}} {% if item.html_caption %} -  "{{item.html_caption|truncatewords_html:10}}"{%endif%} +  "{{item.html_caption|safe|truncatewords_html:10}}"{%endif%}
    added {{item.date|date:"D, M d, Y"}} - more info - - {{item.url}} + {{ item.url|urlizetrunc:70 }} {% endfor %} {% else %} diff --git a/bn_django/templates/comments/preview.html b/bn_django/templates/comments/preview.html index cf49370..dbbc6c3 100644 --- a/bn_django/templates/comments/preview.html +++ b/bn_django/templates/comments/preview.html @@ -44,9 +44,6 @@ {% endif %} - - -

    {% trans "and" %} {% trans "or make changes" %}:

    diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index a14a29b..edbf795 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -27,18 +27,21 @@ Other sites:
    {% endblock %} {% block content %} -
    -
    This site is still under development!
    -

    There are undoubtedly bugs, errors, aesthetic travesties, ommissions, etc. At this point if you find any errors please email me using the link at the bottom of this page! -

    If you're curious you can track my work in the code section. In the meanwhile you can get your bryan newbold fix at my old site. -

    +
    +

    Where am I?

    - In early 2008 I returned to MIT to learn some more physics; i'm planning on graduating in spring 2009. I spent 2007 traveling and working in different places across the USA and the world; see some of the photos I took. Hopefully I'll be on the road again soon!  More... + In early 2008 I returned to MIT and graduated in spring 2009 with a degree in physics. I spent the summer teaching and traveling in the Middle East, see some of the photos I took. Hopefully I'll be on the road again soon!  More...

    Photos!

    +{% if latest_galleries %} + Most recently I have shots from: + {% for gallery in latest_galleries %} + {{gallery.title}}   + {% endfor %} +{% endif %} {% if latest_photos %}
    -- cgit v1.2.3