diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-11 19:43:50 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-11 19:43:50 -0400 |
| commit | 389f6443e5cee43075406c5dfe1ab3c112cf7209 (patch) | |
| tree | c90c82944d84f26f59639a5fd8055ca16ed44c73 /templates | |
| parent | 7a9d185c86840abbc8788ef21eb296b6f612f839 (diff) | |
audio
Diffstat (limited to 'templates')
| -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' %} |
