Skip to content

Commit fb9134f

Browse files
committed
Testing preso
1 parent ed34077 commit fb9134f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

_includes/header_presentation.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
</div>
1414
<!-- Collect the nav links, forms, and other content for toggling -->
1515
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
16-
<h2>{{ page.title }}</h2>
16+
<div class="row">
17+
<div class="col-lg-4">
18+
<div class="clearfix"></div>
19+
</div>
20+
<div class="col-lg-8">
21+
<h2>{{ page.title }}</h2>
22+
</div>
23+
</div>
1724
</div>
1825
<!-- /.navbar-collapse -->
1926
</div>

_includes/presentation.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
<script>
1515
var slideshow = remark.create({
1616
ratio: '16:9',
17-
navigation: {scroll: false,}
1817
});
1918
</script>

0 commit comments

Comments
 (0)