mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 21:56:55 -04:00
added comments to explain mix of HTML and HAML in header/footer fragments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user