Skip to content

Commit

Permalink
make page number visible
Browse files Browse the repository at this point in the history
  • Loading branch information
chikoski committed Jan 24, 2021
1 parent b58b1ff commit c4a2d4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<link rel="stylesheet" href="./style.css">
<script type="module">
import Reveal from './assets/reveal.esm.js';
Reveal.initialize();
Reveal.initialize({
slideNumber: "c/t",
hash: true,
});
</script>
</head>

Expand Down
5 changes: 4 additions & 1 deletion src/_includes/layouts/deck.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<link rel="stylesheet" href="./style.css">
<script type="module">
import Reveal from './assets/reveal.esm.js';
Reveal.initialize();
Reveal.initialize({
slideNumber: "c/t",
hash: true,
});
</script>
</head>

Expand Down

0 comments on commit c4a2d4d

Please sign in to comment.