From bed651a29c4d3f8517a0d30034520e4b76644a71 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 1 Jan 2021 22:13:05 -0300 Subject: post.html: Add trailing '/' to source tag --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 28af9ce..c6a7c29 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,7 +15,7 @@ layout: default {% if page.audio %} {% assign ogg=page.url | replace_first: "/", "" | replace: ".html", ".ogg" %}