Skip to content
Snippets Groups Projects
Commit b7b8772b authored by Raniere Silva's avatar Raniere Silva
Browse files

Merge pull request #30 from r-gaia-cs/fix-code-indetation

Fix template layout
parents b81586ab df30e97c
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@
<div class="span10 offset1">
<h1 class="title">$title$</h1>
$if(subtitle)$<h2 class="subtitle">$subtitle$</h2>$endif$
$body$
$body$
</div>
</div>
$footer$
......
......@@ -33,7 +33,7 @@
<div class="deck-container">
<!-- Begin slides. Just make elements with a class of slide. -->
$body$
$body$
<!-- End slides. -->
<!-- Begin extension snippets. Add or remove as needed. -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment