From b7379f6481a7192b195161cc051111412b31bc2e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 27 Oct 2024 09:57:58 -0600 Subject: [PATCH] Add head_js and after_js blocks to the baseof template --- assets/css/050_figures.css | 2 ++ layouts/_default/baseof.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/050_figures.css b/assets/css/050_figures.css index 1176abb..66a1bab 100644 --- a/assets/css/050_figures.css +++ b/assets/css/050_figures.css @@ -36,6 +36,7 @@ grid-column: gutter-start / gutter-end; } + .figure--youtube { grid-column: wide-gutter-start / wide-gutter-end; @@ -50,6 +51,7 @@ } } + figcaption { color: var(--text-color-secondary); font-weight: normal; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index ece912f..4a416df 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,8 +1,9 @@ - + {{- partial "base/head.html" . -}} {{- block "head_css" . }}{{ end -}} + {{- block "head_js" . }}{{ end }}