diff options
Diffstat (limited to 'templates/index.liquid')
| -rw-r--r-- | templates/index.liquid | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 2350f47..d9c2576 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -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' %} |
