From 668dd6c9b72f962838e59cb7419b00690112b854 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 28 Dec 2020 19:02:07 -0300 Subject: Move (again) to WebM for being more web friendly --- _layouts/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index bff2f55..afa66df 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -29,15 +29,15 @@ layout: default {% endif %} {% if page.video %} - {% assign mkv=page.url | replace_first: "/", "" | replace: ".html", ".mkv" %} + {% assign webm=page.url | replace_first: "/", "" | replace: ".html", ".webm" %} {% if site.flags.direct-video %} {% endif %}