Day 1 of EE 1.6 and I am going through the tutorial. I can get the weblog name to show up when rendering the template but the test entries (1,2,3) do not display. Here is the code:
<html>
<head>
<title>My First EE Site</title>
</head>
<body>
<h1>The name of my weblog is {exp:weblog:weblog_name weblog="gstuto"}</h1>
{exp:weblog:entries weblog="gstuto"}
<h1>{title}</h1>
<div class=“entry”>
{summary}
</div>
{/exp:weblog:entries}
</body>
</html>
What am I missing?