From 614de9963564f1201c52ae586122b30ee58c330e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 28 May 2021 22:06:39 -0700 Subject: Updated templates for pandoc 2.14 --- default.revealjs | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'default.revealjs') diff --git a/default.revealjs b/default.revealjs index e6d6939..8a77674 100644 --- a/default.revealjs +++ b/default.revealjs @@ -52,6 +52,9 @@ $endif$ $for(author)$

$author$

$endfor$ +$for(institute)$ +

$institute$

+$endfor$ $if(date)$

$date$

$endif$ @@ -59,7 +62,12 @@ $endif$ $endif$ $if(toc)$
+
$endif$ @@ -116,17 +124,17 @@ $if(showSlideNumber)$ // 'all', 'print', or 'speaker' showSlideNumber: '$showSlideNumber$', $endif$ -$if(hash)$ // Add the current slide number to the URL hash so that reloading the // page/copying the URL will return you to the same slide - hash: $hash$, -$endif$ + hash: $if(hash)$$hash$$else$true$endif$, $if(hashOneBasedIndex)$ // Start with 1 for the hash rather than 0 hashOneBasedIndex: $hashOneBasedIndex$, $endif$ +$if(history)$ // Push each slide change to the browser history - history: $if(history)$$history$$else$true$endif$, + history: $history$, +$endif$ $if(keyboard)$ // Enable keyboard shortcuts for navigation keyboard: $keyboard$, -- cgit v1.2.3