Skip to content

Commit

Permalink
Merge pull request #34 from ubinfie/nessie-hexatonic
Browse files Browse the repository at this point in the history
fix badge rendering
  • Loading branch information
hexylena authored Jun 6, 2024
2 parents 979d035 + ac17434 commit a06290c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/contributor-badge-inline.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{%- assign contributor_badge_entity = site.data.CONTRIBUTORS[include.id] -%}
{%- assign name = contributor_badge_entity.short_name | default: contributor_badge_entity.name | default: include.id -%}
<a href="https://github.com/{{ include.id }}" class="{% unless include.clean %}contributor-badge-inline {% endunless %}" itemprop="author" itemscope itemtype="http://schema.org/Person">
{%- unless include.clean %}
{%- unless include.clean -%}
{%- if contributor_badge_entity.orcid -%}<img src="{% link assets/images/orcid.png %}" alt="orcid logo" width="36" height="36"/>{%- endif -%}
<img src="https://github.com/{{ include.id }}.png?size=36" alt="{{ name }}'s avatar" class="avatar" width="36" height="36" itemprop="image"/>
{% endunless %}
{%- endunless -%}
<span class="p-author h-card" itemprop="name">
{{ name }}
</span>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-06-switch-to-bam.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ MLST software usually takes FASTA or FASTQ files.
At this point there are a million classic MLST software packages and for some additional information,
please check out {% cite Page2017 %}.
For whole genome MLST software tools, we could also not find any packages that natively read uBAM.
Please see [@lskatz's previous blog post](https://lskatz.github.io/posts/2023/04/09/wgMLST.html) for an in depth view into three of them.
Please see [lskatz's previous blog post](https://lskatz.github.io/posts/2023/04/09/wgMLST.html) for an in depth view into three of them.

### Sketches

Expand Down

0 comments on commit a06290c

Please sign in to comment.