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 9e2dde5 commit 40c6fb6Copy full SHA for 40c6fb6
wiki/BioJava:CookBook3:MSA.md
@@ -1,6 +1,6 @@
1
---
2
title: BioJava:CookBook3:MSA
3
-layout: Generic
+layout: default
4
5
6
How to create a Multiple Sequence Alignment in BioJava
wiki/index.html
@@ -13,13 +13,15 @@ <h4>Wiki Pages</h4>
13
14
<h3>
15
<ul>
16
- {% for wiki in site.wiki %}
+ {% for my_page in site.pageswiki %}
17
+ {% if my_page.title %}
18
<li>
- <a href="{{ wiki.url }}">{{ wiki.title }}</a>
19
+ <a href="{{ my_page.url }}">{{ my_page.title }}</a>
20
</li>
21
+ {% endif %}
22
{% endfor %}
23
</ul>
-
24
+
25
</h3>
26
27
</section>
0 commit comments