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 --- _includes/feed.atom | 2 +- _layouts/post.html | 6 +++--- _plugins/generate-media-permalink.rb | 2 +- _plugins/generate-torrent.rb | 2 +- _plugins/linter.rb | 10 ++++------ resources/screencasts/2020-12-24-sample-screencast.mkv | 1 - 6 files changed, 10 insertions(+), 13 deletions(-) delete mode 120000 resources/screencasts/2020-12-24-sample-screencast.mkv diff --git a/_includes/feed.atom b/_includes/feed.atom index 628cd2c..83187d7 100644 --- a/_includes/feed.atom +++ b/_includes/feed.atom @@ -55,7 +55,7 @@ {% if is_audio %} {% elsif is_video %} - + {% endif %} EuAndreh {{ entry.date | date_to_xmlschema }} 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 %}