Skip to content

Commit

Permalink
fix bib html
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmagg committed May 15, 2024
1 parent fb84c90 commit edf00f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
<!-- Entry bib key -->
<div id="{{entry.key}}" class="{% if site.enable_publication_thumbnails %}col-sm-8{% else %}col-sm-10{% endif %}">
<!-- Title -->
{%- if entry.type = "article" -%}
<a href="{{ entry.url }}" class="title">{{entry.title}}</a>
<!-- {%- if entry.type = "article" -%}
<a href="{{ entry.url }}" class="title">{{entry.title}}</a>
{%- else -%}
<a class="title">{{entry.title}}</a>
{%- endif -%}
{%- endif -%} -->
<!-- Author -->
<div class="author">
{% assign author_array_size = entry.author_array | size %}
Expand Down

0 comments on commit edf00f5

Please sign in to comment.