From 48f3534fade8ecf107b5d797d2ddcc30520e798f Mon Sep 17 00:00:00 2001
From: Paul Duncan <pabs@pablotron.org>
Date: Mon, 27 May 2024 13:58:13 -0400
Subject: themes/hugo-pt2021: add dark mode

---
 themes/hugo-pt2021/layouts/partials/header.html | 1 +
 1 file changed, 1 insertion(+)

(limited to 'themes/hugo-pt2021/layouts/partials/header.html')

diff --git a/themes/hugo-pt2021/layouts/partials/header.html b/themes/hugo-pt2021/layouts/partials/header.html
index cdeebb9..1beeb2d 100644
--- a/themes/hugo-pt2021/layouts/partials/header.html
+++ b/themes/hugo-pt2021/layouts/partials/header.html
@@ -64,6 +64,7 @@
           class='navbar-item {{if eq .id $.Params.menu}}is-active{{end}}'
           title='{{.help}}'
           aria-label='{{.help}}'
+          data-id='{{.id}}'
         >
           {{- if .icon -}}
             <img
-- 
cgit v1.2.3