We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c6fb6 commit 941cd8eCopy full SHA for 941cd8e
wiki.html
@@ -0,0 +1,30 @@
1
+---
2
+layout: default
3
4
+
5
+<div class="home">
6
7
+ <section>
8
+ <header>
9
+ <h4>Wiki Pages</h4>
10
+ <p>The following pages have been imported from the legacy mediawiki instance</p>
11
+ </header>
12
13
14
+ <h3>
15
+ <ul>
16
+ {% for my_page in site.pageswiki %}
17
+ {% if my_page.title %}
18
+ <li>
19
+ <a href="{{ my_page.url }}">{{ my_page.title }}</a>
20
+ </li>
21
+ {% endif %}
22
+ {% endfor %}
23
+ </ul>
24
25
+ </h3>
26
27
+</section>
28
29
+ </div>
30
0 commit comments