From b754f0337cdaa3366dff6251162c0da4b7816efd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 7 Feb 2021 19:32:28 -0300 Subject: Remove direct-video and screencast flags: enable them by default --- _layouts/default.html | 8 ++------ _layouts/post.html | 8 +++----- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 36d5671..6764f6a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,9 +12,7 @@ {% if site.flags.podcast %} {% endif %} - {% if site.flags.screencast %} - - {% endif %} + {{ page.title }} - EuAndreh @@ -51,9 +49,7 @@ {% if site.flags.podcast %} {{ site.t.podcasts.name[page.lang] }} {% endif %} - {% if site.flags.screencast %} - {{ site.t.screencasts.name[page.lang] }} - {% endif %} + {{ site.t.screencasts.name[page.lang] }} {% if site.flags.music %} {{ site.t.music.name[page.lang] }} {% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index c6a7c29..13dbf21 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,11 +28,9 @@ layout: default {% if page.video %} {% assign webm=page.url | replace_first: "/", "" | replace: ".html", ".webm" %} - {% if site.flags.direct-video %} - - {% endif %} +