We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320470d commit 0ec3a40Copy full SHA for 0ec3a40
pages.html
@@ -6,16 +6,21 @@
6
---
7
8
<h2>All Pages</h2>
9
+<ul>
10
{% assign pages_list = site.pages %}
11
{% include helpers/pages_list.html %}
-
12
+</ul>
13
14
<h2>Pages in group: project</h2>
15
16
17
{% assign group = 'project' %}
18
19
20
21
<h2>Pages in group: example-page</h2>
22
23
24
{% assign group = 'example-page' %}
25
26
0 commit comments