Skip to content

Commit

Permalink
Testing bib.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
chwag committed Mar 18, 2024
1 parent 9247415 commit 72937af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/bib.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- Entry bib key -->
<div id="{{entry.key}}" class="{% if site.enable_publication_thumbnails %}col-sm-8{% else %}col-sm-10{% endif %}">
<!-- Title -->
<div class="title">{{ entry.title }}</div>
<div class="title">Hi:P{{ entry.title }}</div>
<!-- Author -->
<div class="author">
{% assign author_array_size = entry.author_array | size %}
Expand Down

0 comments on commit 72937af

Please sign in to comment.