Skip to content

Commit

Permalink
Testing preso
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 29, 2024
1 parent ed34077 commit fb9134f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion _includes/header_presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<h2>{{ page.title }}</h2>
<div class="row">
<div class="col-lg-4">
<div class="clearfix"></div>
</div>
<div class="col-lg-8">
<h2>{{ page.title }}</h2>
</div>
</div>
</div>
<!-- /.navbar-collapse -->
</div>
Expand Down
1 change: 0 additions & 1 deletion _includes/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
<script>
var slideshow = remark.create({
ratio: '16:9',
navigation: {scroll: false,}
});
</script>

0 comments on commit fb9134f

Please sign in to comment.