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 0487431 commit 14c03beCopy full SHA for 14c03be
_layouts/paper.html
@@ -81,7 +81,7 @@
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 }}</a>
+ <a class="off" href="{{ page.biorxiv }}">{{ page.biorxiv | remove: 'https://www.biorxiv.org/content/' | remove: 'http://www.biorxiv.org/content/' | replace: "/", "/<wbr>" | replace: "_", "_<wbr>" }}</a>
85
</div>
86
<div class="bigspacer"></div>
87
{% endif %}
0 commit comments