Skip to content

Commit

Permalink
Slide number in page title
Browse files Browse the repository at this point in the history
Fix #35

Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Aug 7, 2019
1 parent 0473add commit f2a7640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Index(content []byte) string {
<html lang=en>
<head>
<meta charset="utf-8">
<title>Demo</title>
<title>Demo {{ .CurrentStep }}/{{ .StepCount }}</title>
<link rel="stylesheet" href="/style.css?hash=` + hash("style.css") + `">
<script>
const NextURL = '{{ .NextURL }}';
Expand Down

0 comments on commit f2a7640

Please sign in to comment.