We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a97e2d commit aa00d48Copy full SHA for aa00d48
1 file changed
_layouts/bib.liquid
@@ -305,7 +305,7 @@
305
<a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button"><i class="far fa-newspaper"></i> Blog</a>
306
{% endif %}
307
{% if entry.code %}
308
- <a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-code"></i> CCode</a>
+ <a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-code"></i> Code</a>
309
310
{% if entry.poster %}
311
{% if entry.poster contains '://' %}
0 commit comments