Skip to content

Commit

Permalink
Changing "page" to "content" to fix bug in CSS files example
Browse files Browse the repository at this point in the history
  • Loading branch information
wholok authored and anandology committed Jan 5, 2011
1 parent 2c62e02 commit feb2bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/layout_template.md
Expand Up @@ -65,8 +65,8 @@ If you don't want to use the base template for something, just create a second r
<head>
<title>$content.title</title>

$if page.cssfiles:
$for f in page.cssfiles.split():
$if content.cssfiles:
$for f in content.cssfiles.split():
<link rel="stylesheet" href="$f" type="text/css" media="screen" charset="utf-8"/>

</head>
Expand Down

0 comments on commit feb2bec

Please sign in to comment.