Change website to url. Shorter, and more consistent

This commit is contained in:
Oliver Davies 2017-03-18 08:43:09 +00:00
parent d0d14c6970
commit e5897649f3
8 changed files with 42 additions and 42 deletions

View file

@ -3,7 +3,7 @@
<ul>
{% for meetup in site.meetups %}
<li class="meetups--{{ meetup.name|lower|replace({ ' ': '-' }) }}">
<a href="{{ meetup.website }}" title="{{ meetup.name }}">
<a href="{{ meetup.url }}" title="{{ meetup.name }}">
<img src="{{ site.images_url }}/assets/images/meetups/{{ meetup.logo }}" alt="{{ meetup.name }}">
</a>
</li>