Skip to content

Commit ed34077

Browse files
committed
Presentation format
1 parent 9355fe7 commit ed34077

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_includes/header_presentation.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
</button>
1212
<a class="page-scroll" href="{{ site.url }}"><img class="img-responsive" src="{{ site.url }}/img/logo.png" alt="example42"></a>
1313
</div>
14-
<div class="col-lg-12">
15-
<h2>Tutorial - {{ page.title }}</h2>
14+
<!-- Collect the nav links, forms, and other content for toggling -->
15+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16+
<h2>{{ page.title }}</h2>
1617
</div>
18+
<!-- /.navbar-collapse -->
1719
</div>
1820
<!-- /.container -->
1921
</nav>

_includes/presentation.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212

1313
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
1414
<script>
15-
var slideshow = remark.create({navigation: {scroll: true,}});
15+
var slideshow = remark.create({
16+
ratio: '16:9',
17+
navigation: {scroll: false,}
18+
});
1619
</script>

0 commit comments

Comments
 (0)