Skip to content

Commit e27eafb

Browse files
committed
fixing citation
1 parent 2928fe2 commit e27eafb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ <h2>Biological Sequences<br />
6464
<h2>Please cite<br />
6565
</h2>
6666
<p>
67-
{% include citation.md %}
67+
{% capture my-citation %}{% include citation.md %}{% endcapture %}
68+
{{ my-citation | markdownify }}
69+
6870
</p>
6971
</div>
7072
</section>

0 commit comments

Comments
 (0)