From 3057be050ebdc6637e3afbc48c913035140d6ff7 Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 15 Apr 2021 23:06:03 +0530 Subject: [PATCH] feat: add slide numbers Signed-off-by: Ameya Shenoy --- 0001-intro/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/0001-intro/index.html b/0001-intro/index.html index 3060577..e91604b 100644 --- a/0001-intro/index.html +++ b/0001-intro/index.html @@ -147,6 +147,7 @@ // - https://revealjs.com/config/ Reveal.initialize({ hash: true, + slideNumber: 'c/t', // Learn about plugins: https://revealjs.com/plugins/ plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]