From 38fa702601844e227fd202032d6bce0279804df6 Mon Sep 17 00:00:00 2001 From: Mark Richardson Date: Sun, 25 Feb 2024 11:30:03 +0000 Subject: [PATCH] Update index.html to add slide numbers --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ac459e7..8adc806 100644 --- a/index.html +++ b/index.html @@ -171,7 +171,8 @@ // Learn about plugins: https://revealjs.com/plugins/ plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ], - + // MR adding slide numbers current of total + slideNumber: 'c/t', // Switch off default slide transitions //transition: "none", });