Skip to content

Commit b7b8772

Browse files
author
Raniere Silva
committed
Merge pull request #30 from r-gaia-cs/fix-code-indetation
Fix template layout
2 parents b81586a + df30e97 commit b7b8772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="span10 offset1">
1414
<h1 class="title">$title$</h1>
1515
$if(subtitle)$<h2 class="subtitle">$subtitle$</h2>$endif$
16-
$body$
16+
$body$
1717
</div>
1818
</div>
1919
$footer$

_layouts/slides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="deck-container">
3434

3535
<!-- Begin slides. Just make elements with a class of slide. -->
36-
$body$
36+
$body$
3737
<!-- End slides. -->
3838

3939
<!-- Begin extension snippets. Add or remove as needed. -->

0 commit comments

Comments
 (0)