We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf4699 commit 0891bd8Copy full SHA for 0891bd8
1 file changed
_layouts/bib.html
@@ -186,7 +186,7 @@
186
<a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button">Code</a>
187
{%- endif %}
188
{%- if entry.bibtex_show %}
189
- <a class="bibtex btn btn-sm z-depth-0" role="button">BibTeX</a>
+ <a class="bibtex btn btn-sm z-depth-0" role="button">Bibtex</a>
190
191
{%- if entry.cds -%}
192
<a href="{{ entry.cds }}" class="btn btn-sm z-depth-0" role="button">CDS</a>
0 commit comments