Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Pages-Collections.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h3 id="rendering-collections-of-pages">Rendering Collections of Pages</h3>
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;api&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;cheatsheet&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<p>When we build the project, and pages from the <code>block</code> target will render with:</p>
<p>When we build the project, and pages from the <code>blog</code> target will render with:</p>
<pre><code class="language-html">&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;index&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;articles&lt;/a&gt;&lt;/li&gt;
Expand Down