Changed around line 1
- title My Blog
- // Your new blog is live on the web!
- // Write your first post in "firstPost.scroll"
- // Sets the title of your blog
-
- header.scroll
- // Includes the header.
-
- printSnippets none
- // This prints snippets of every blog post
-
- footer.scroll
- // Includes the footer.
+ title My Blog
+ // Your new blog is live on the web!
+ // Write your first post in "firstPost.scroll"
+ // Sets the title of your blog
+
+ header.scroll
+ // Includes the header.
+
+ printSnippets all
+ // This prints snippets of every blog post
+
+ footer.scroll
+ // Includes the footer.