Skip to content

Commit

Permalink
sorry, fix badge again agian again
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 10, 2022
1 parent 323217f commit 2f1ea24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/cv/time_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
{% if content.year %}
<div class="col-xs-2 cs-sm-2 col-md-2">
<span class="badge d-flex fw-bold justify-content-center align-middle">
<span class="badge d-md-flex fw-bold justify-content-center align-middle">
{{ content.year }}
</span>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
{%- endif -%}
{%- elsif entry.abbr -%}
{%- if site.data.venues[entry.abbr] -%}
<abbr class="badge d-flex fw-bold justify-content-center align-middle"><a href="{{site.data.venues[entry.abbr].url}}">{{entry.abbr}}</a></abbr>
<abbr class="badge d-md-flex fw-bold justify-content-center align-middle"><a href="{{site.data.venues[entry.abbr].url}}">{{entry.abbr}}</a></abbr>
{%- else -%}
<abbr class="badge d-flex fw-bold justify-content-center align-middle">{{entry.abbr}}</abbr>
<abbr class="badge d-md-flex fw-bold justify-content-center align-middle">{{entry.abbr}}</abbr>
{%- endif -%}
{%- endif -%}
</div>
Expand Down

1 comment on commit 2f1ea24

@vercel
Copy link

@vercel vercel bot commented on 2f1ea24 Jul 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.