Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Remove trailing </html> for lack of matching <html> #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions boilerplates/default/templates/_footer.mustache
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<footer>
<p>{{{footer-text}}}</p>
</footer>
<footer>
<p>{{{footer-text}}}</p>
</footer>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
{{{first_run}}}
</body>

</html>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
{{{first_run}}}
</body>