Skip to content

Commit ed1a43f

Browse files
committed
working on release version
1 parent 5115224 commit ed1a43f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Arcu aliquet vel lobortis ata nisl<br />
2323
fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p>
2424
</header>
2525
<ul class="icons major">
26-
<li><span class="icon fa-diamond major style1"><span class="label">Current release: {{ release.version }}</span></span></li>
26+
<li><span class="icon fa-diamond major style1"><span class="label">Current release: {{ site.release.version }}</span></span></li>
2727
<li><span class="icon fa-heart-o major style2"><span class="label">Ipsum</span></span></li>
2828
<li><span class="icon fa-code major style3"><span class="label">Dolor</span></span></li>
2929
</ul>
@@ -88,8 +88,8 @@ <h3>Cookbook</h3>
8888
<h3>Javadoc API</h3>
8989
<p>Read the <a href="http://www.biojava.org/docs/api/index.html">Javadoc API</a>.</p>
9090
</li>
91-
<li class="icon fa-headphones">
92-
<h3>Current release: {{ release.version }}</h3>
91+
<li class="icon fa-globe">
92+
<h3>Current release: {{ site.release.version }}</h3>
9393
<p>BioJava is available from Maven Central</p>
9494
</li>
9595
<li class="icon fa-heart-o">

0 commit comments

Comments
 (0)