From aac56c9b5cd6d5cb8efd67156d7dd0f2d149c771 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sun, 19 Apr 2020 16:36:03 -0400 Subject: Adding audio tag shortcode --- README.md | 5 +++++ layouts/shortcodes/audio.html | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 layouts/shortcodes/audio.html diff --git a/README.md b/README.md index 01956a5..21c36ae 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ simplesource A Hugo theme that is minimalistic and 'simple'. Inspired and partially based on the CSS used for [sourcehut](https://sourcehut.org/). +### Features + +#### Shortcodes: +* audio Allows for embedding of audio files. Params: src="" type="" + Copyright and Licenses ====================== diff --git a/layouts/shortcodes/audio.html b/layouts/shortcodes/audio.html new file mode 100644 index 0000000..d64d850 --- /dev/null +++ b/layouts/shortcodes/audio.html @@ -0,0 +1,16 @@ + -- cgit v1.2.3