Skip to content

Commit

Permalink
DEVP-383 Repeating content in archive release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Apr 22, 2024
1 parent 67cc13b commit 6a63235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h4 class="h4">{{ version_value[1] }}</h4>
{% assign archive_version_value = archive_version_parts[0] | split: '>' %}
{% assign archive_version_id = archive_version | regex_capture: 'id="([^"]+)"' | first %}
<h4 class="h4">{{ archive_version_value[1] }}</h4>
<p class="mt-2">{{ version_parts[1] }}</p>
<p class="mt-2">{{ archive_version_parts[1] }}</p>
{% endfor %}
</div>
</div>
Expand Down

0 comments on commit 6a63235

Please sign in to comment.