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 a8b96a4 commit 05b0b29Copy full SHA for 05b0b29
wiki.html
@@ -4,25 +4,24 @@
4
5
<div class="home">
6
7
- <section>
8
- <header>
9
- <h4>Wiki Pages</h4>
+
+ <h3>Wiki Pages</h3>
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.pages.wiki %}
17
- <li>
18
- <a href="{{ my_page.url }}">{{ my_page.title }}</a>
19
- </li>
+ <p>
+ <ul>
+ <li>
+ <a href="{{ my_page.url }}">{{ my_page.title }}</a>
+ </li>
+ </ul>
+ </p>
20
21
{% endfor %}
- </ul>
22
23
- </h3>
24
25
-</section>
26
27
</div>
28
0 commit comments