Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Changing organizer contact layout to balls
Browse files Browse the repository at this point in the history
  • Loading branch information
way0utwest committed Apr 28, 2021
1 parent 1b965dc commit 8f2e88d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_layouts/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ <h2 align="center"><A name="contact"></A>Contact the Organizers</h2>
<li>{{ organizer.name }} - Contact:
(
{% if organizer.email %}
<a href="mailto:{{organizer.email}}">email</a> -
<a href="mailto:{{organizer.email}}">email</a> &#x25CF
{% endif %}
{% if organizer.twitter %}
<a href="https://www.twitter.com/{{organizer.twitter}}">@{{organizer.twitter}}</a>
<a href="https://www.twitter.com/{{organizer.twitter}}">@{{organizer.twitter}}</a> &#x25CF
{% endif %}
)
{% if organizer.url %}
- <a href="{{organizer.url}}">{{organizer.url}}</a>
<a href="{{organizer.url}}">{{organizer.url}}</a>
{% endif %}
)
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 8f2e88d

Please sign in to comment.