Skip to content

Commit

Permalink
Presentation format
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 29, 2024
1 parent 9355fe7 commit ed34077
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions _includes/header_presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
</button>
<a class="page-scroll" href="{{ site.url }}"><img class="img-responsive" src="{{ site.url }}/img/logo.png" alt="example42"></a>
</div>
<div class="col-lg-12">
<h2>Tutorial - {{ page.title }}</h2>
<!-- 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>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
5 changes: 4 additions & 1 deletion _includes/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@

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

0 comments on commit ed34077

Please sign in to comment.