Skip to content

Instantly share code, notes, and snippets.

View lfac-pt's full-sized avatar
:shipit:
Working

Luís Cardoso lfac-pt

:shipit:
Working
View GitHub Profile
@lfac-pt
lfac-pt / gist:5073918
Last active December 14, 2015 10:39
Snippet to add the page number to a reveal.js presentation. (Does not add a number to the first slide!)
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script>
function currentPageFormatter(event) {
var formattedStr;
if (event.indexh === 0) {
return "";
}
formattedStr = event.indexh;