From 9789bf2a1fcb8405a0c8139b5681dc73af3201a8 Mon Sep 17 00:00:00 2001 From: kfitz <3170201+kfitz@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:19:30 -0400 Subject: [PATCH] add RevealAttribution --- amical.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amical.html b/amical.html index 48f10a41..a58b9e53 100644 --- a/amical.html +++ b/amical.html @@ -55,7 +55,7 @@ hash: true, // Learn about plugins: https://revealjs.com/plugins/ - plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealAttribution, RevealMenu ] + plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealAttribution, RevealMenu, RevealAttribution ] });