From cddad63e4d75ba427144bcc3afdf89773c50f47f Mon Sep 17 00:00:00 2001 From: yerrabothulanavyasree09 Date: Fri, 24 Oct 2025 17:18:20 +0530 Subject: [PATCH] Fix #1066: Added time-stamper for Day Plan TOC timings --- common-theme/layouts/partials/page-header.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/common-theme/layouts/partials/page-header.html b/common-theme/layouts/partials/page-header.html index 265156048..cebcc51bc 100644 --- a/common-theme/layouts/partials/page-header.html +++ b/common-theme/layouts/partials/page-header.html @@ -88,10 +88,17 @@

    {{ range .Params.blocks }}
  1. - {{ .name }} + + {{ .name }} + {{ if "youtu" | in .src }}📼{{ end }} + + +
  2. {{ end }}