Skip to content

Commit

Permalink
Fix: replaced changelog.txt with changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
auge8472 committed Nov 20, 2024
1 parent 494c32c commit 374d2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3>Download {{ page.name }}</h3>
<div class="content">
<p>Latest {{ page.name }} release in {{ page.category }} is {{ page.version }}, released on {{ page.date | date: "%Y-%m-%d %H:%M" }} UTC.</p>

<div class="changelog">[&nbsp;<a href="https://cdn.openttd.org/{{ folder }}/changelog.txt">Changelog</a>&nbsp;]</div>
<div class="changelog">[&nbsp;<a href="https://cdn.openttd.org/{{ folder }}/changelog.md">Changelog</a>&nbsp;]</div>
<div id="download-combo">
<input type="hidden" id="download-combo-state" value="" />
<input type="hidden" id="download-base-name" value="{{ page.base }}" />
Expand Down

0 comments on commit 374d2f9

Please sign in to comment.