Skip to content

Commit aa00d48

Browse files
author
Animesh Garg
committed
Update bib.liquid
fix a typo in bib rendergin file
1 parent 9a97e2d commit aa00d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/bib.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
<a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button"><i class="far fa-newspaper"></i> Blog</a>
306306
{% endif %}
307307
{% 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>
308+
<a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button"><i class="fas fa-code"></i> Code</a>
309309
{% endif %}
310310
{% if entry.poster %}
311311
{% if entry.poster contains '://' %}

0 commit comments

Comments
 (0)