Skip to content

Commit

Permalink
Try removing levels
Browse files Browse the repository at this point in the history
  • Loading branch information
areyde committed Oct 20, 2024
1 parent 1683871 commit ac2709d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3 class="archive__item-title" itemprop="headline" style="margin-bottom:-15px;"
<span style="color:#888888;"><b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b></span>. Published on <span style="color:#888888;">{{ post.venue }}</span>.</p>
{% else %}
<p style="padding-top:0; margin-bottom:9px;"> {{ post.authors }} <br>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ post.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% endif %}</span>{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} <span style="color:#888888;">({{ post.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
<b>{{ post.date | default: "1900-01-01" | date: "%B, %Y" }}</b>. Published in {{ post.venue }}{% if post.level %} <span style="color:#888888;">({{ post.level }})</span>{% endif %}{% if post.j1 == 'true' %}, presented at {{ post.j1venue }} <span style="color:#888888;">({{ post.j1level }}).</span>{% else %}.{% endif %} <span style="color:#ad7f00;"><b>{{ post.award }}</b></span></p>
{% endif %}

{% if post.status == "preprint" %}
Expand Down

0 comments on commit ac2709d

Please sign in to comment.