Skip to content

Commit

Permalink
fix release page
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 24, 2024
1 parent bde9c34 commit f290209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/release_calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Since version 0.4.0, only major and minor versions get a codename.

| Date | Version | Codename | Named after | |
|:-----|--------:|----------|-------------|------|
{%- for row in site.data.past_releases %}
{% for row in site.data.past_releases %}
{%- capture logo_filename %}images/release-icons/{{ row.version_number }}.svg{% endcapture -%}
{%- capture logo_exists %}{% file_exists {{ logo_filename }} %}{% endcapture -%}
| {{ row.release_date }} | [{{ row.version_number }}](https://github.com/duckdb/duckdb/releases/tag/v{{ row.version_number }}) | {% if row.blog_post %}[{{ row.codename }}]({{ row.blog_post }}){% else %}{{ row.codename | default: "–" }}{% endif %} | {% if row.duck_wikipage %}<a href="{{ row.duck_wikipage }}">{% endif %}{{ row.duck_species_primary | default: "–" }}{% if row.duck_wikipage %}</a>{% endif %} {% if row.duck_species_secondary != nil %}_({{ row.duck_species_secondary }})_{% endif %} | {% if logo_exists == "true" %}![Logo of version {{ row.version_number }}](/{{ logo_filename }}){% endif %} |
{%- endfor %}
{% endfor %}

<!-- markdownlint-enable MD055 MD056 MD058 -->

Expand Down

0 comments on commit f290209

Please sign in to comment.