added comments to explain mix of HTML and HAML in header/footer fragments

This commit is contained in:
Skud
2012-09-17 18:24:49 +01:00
parent e2f035265a
commit a959d491e8
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
</div></div>
- # There are some tags here, such as these close div tags and the close body and html tags below, which were opened in the header fragment. HAML can't handle this, so they're done in HTML instead.
.row
.ten.columns

View File

@@ -1,4 +1,5 @@
<html>
- # There are some tags here, such as html, body, etc, which are opened in this file and closed in the footer fragment. HAML can't handle this, so they're left as HTML. If you were wondering.
%head
<meta charset="utf-8" />