Lazy load video game mod banners
This commit is contained in:
parent
1822d159bf
commit
cfda69115b
|
@ -1,7 +1,7 @@
|
||||||
{%- macro modEntry(params) -%}
|
{%- macro modEntry(params) -%}
|
||||||
### {{ params.title }}
|
### {{ params.title }}
|
||||||
<div class="mod-entry">
|
<div class="mod-entry">
|
||||||
<img src="/assets/projects/{{ params.bannerFile }}" alt="Banner of {{ params.title }} mod">
|
<img src="/assets/projects/{{ params.bannerFile }}" alt="Banner of {{ params.title }} mod" loading="lazy">
|
||||||
<p>{{ params.desc }}</p>
|
<p>{{ params.desc }}</p>
|
||||||
<h4>Download the mod:</h4>
|
<h4>Download the mod:</h4>
|
||||||
<div class="mod-entry__downloads">
|
<div class="mod-entry__downloads">
|
||||||
|
|
Loading…
Reference in New Issue