From b51aa2f4a95db50fb58b2daf8a58d88227c138c6 Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Tue, 2 Jan 2024 21:55:28 +0800 Subject: [PATCH] IMPROVEMENT: video js support --- layouts/partials/after-content-js.html | 2 +- layouts/partials/head.html | 2 +- layouts/partials/row.html | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/after-content-js.html b/layouts/partials/after-content-js.html index 418ebe6..81df3bf 100644 --- a/layouts/partials/after-content-js.html +++ b/layouts/partials/after-content-js.html @@ -15,7 +15,7 @@ - + {{/* a pangu support */}} {{ if .Site.Params.features.pangu }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7652cd1..cb33a4a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -40,7 +40,7 @@ - + diff --git a/layouts/partials/row.html b/layouts/partials/row.html index 5ab708e..2085093 100644 --- a/layouts/partials/row.html +++ b/layouts/partials/row.html @@ -90,11 +90,11 @@ {{ end }} {{ end }} - {{ $video_caption := $page.Plain}} + {{/* EXPERIMENTAL video support */}} {{ with $page.Params.video }} - - - + {{ end }} {{ if (eq (len $pictures_set) 1) }}