mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
Add audio and video shortcodes with basic controls; enhance CSS for media elements
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
{{ $src := (.Get "src") }}
|
||||
<audio src="{{ $src }}" controls muted></audio>
|
||||
Reference in New Issue
Block a user