Skip to content

Commit a1a1267

Browse files
committed
update paper.html
1 parent e3b43cb commit a1a1267

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_layouts/paper.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@
7474
</div>
7575
<div class="bigspacer"></div>
7676
{% endif %}
77+
{% if page.biorxiv %}
78+
<div class="smallhead">
79+
GitHub
80+
</div>
81+
<div class="pad-left note">
82+
<div class="smallspacer"></div>
83+
<i class="fa fa-biorxiv-alt fa-fw"></i>
84+
<a class="off" href="{{ page.biorxiv }}">{{ page.biorxiv | remove: 'http://github.com/' | remove: 'https://github.com/' | replace: "/", "/<wbr>" | replace: "_", "_<wbr>" }}</a>
85+
</div>
86+
<div class="bigspacer"></div>
87+
{% endif %}
7788
</div>
7889
</div>
7990
<div class="col-lg-8">

0 commit comments

Comments
 (0)