diff options
| author | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-12 20:00:31 -0400 |
|---|---|---|
| committer | okfprojz <jules+okfprojz@okfoc.us> | 2016-04-12 20:00:31 -0400 |
| commit | d390f110b3d451b859ebbc1889024f12dc829264 (patch) | |
| tree | 305ba19758a9f65a4d53f3db191a7acd0475ffed /templates/index.liquid | |
| parent | ee2dbfec14e8b10e014f2b17a03dea643a512e5d (diff) | |
| parent | 71498e57e5d7604eb32452a3a0647dce3a54b6e6 (diff) | |
db
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 2350f47..c8c040f 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -115,13 +115,13 @@ OKFocus, Bonafide Internet Legends © 2016 Accolades – <br> {% for link in intro.accolades %} - <a href="{{ link.uri }}">{{ link.text }}</a> + <a href="{{ link.uri }}" target="_blank">{{ link.text }}</a> {% endfor %} <br><br> Press – <br> {% for link in intro.press %} - <a href="{{ link.uri }}">{{ link.text }}</a> + <a href="{{ link.uri }}" target="_blank">{{ link.text }}</a> {% endfor %} <br><br> Speaker At – @@ -141,6 +141,9 @@ OKFocus, Bonafide Internet Legends © 2016 {% for project in projects %} {% unless project.disabled %} <div class="item" data-id="{{ project.id }}"> + <audio> + <source src="{{ project.audio }}"> + </audio> <div class="top {% if project.media[2] %}gallery{% else %}single{% endif %} {% if project.whiteCursor %}whitecursor{% endif %}"> {% for media in project.media %} {% if media.type == 'image' %} @@ -197,7 +200,7 @@ OKFocus, Bonafide Internet Legends © 2016 <ul> {% for link in project.press %}{% if link.uri %} <li> - <a href="{{ link.uri }}">{{ link.text }}</a> + <a href="{{ link.uri }}" targer="_blank">{{ link.text }}</a> </li> {% endif %}{% endfor %} </ul> |
