Add download the mod label

This commit is contained in:
Helen Chong 2024-04-20 15:11:39 +08:00
parent ab1c995d1e
commit a741844235
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
{%- macro modEntry(params) -%}
### {{ params.title }}
<div class="mod-entry">
<img src="/assets/projects/{{ params.bannerFile }}" alt="Banner of {{ params.title }} mod">
<p>{{ params.desc }}</p>
<h4>Download the mod:</h4>
<div class="mod-entry__downloads">
{%- for download in params.downloads -%}
<a class="link-btn" href="{{ download.url }}" target="_blank">{{ download.site }}</a>