diff --git a/.travis.yml b/.travis.yml index f1999b62..64d6a076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - PATH=$HOME/bin:$PATH install: # install newer phantomjs, see https://github.com/travis-ci/travis-ci/issues/3225 for discussion - - mkdir $HOME/bin + - mkdir -p $HOME/bin - curl https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 | tar Oxjv phantomjs > $HOME/bin/phantomjs - chmod +x $HOME/bin/phantomjs - scripts/setup diff --git a/wir/index.html b/wir/index.html index 63a16850..0f6b883f 100644 --- a/wir/index.html +++ b/wir/index.html @@ -34,19 +34,24 @@

{{ member.name }}

{{ member.bio }}

-

- - {{ member.email }} - -
- - {{ member.twitter }} +

+ {% if member.email == true %} + {{ member.email }} + {% endif %} + +
+ + {% if member.twitter == true %} + {{ member.twitter }} + {% endif %}

{% for url in member.urls %} + {% if url == true %} {{ url }}
+ {% endif %} {% endfor %}