From a07940805e8ad809def6954c7edea1acb1d44beb Mon Sep 17 00:00:00 2001 From: Vamsi Krishna Date: Thu, 11 Aug 2022 01:11:11 +0530 Subject: [PATCH] Replace hardcoded ZLA mod with proper file handling --- layouts/game/single.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/layouts/game/single.html b/layouts/game/single.html index 648d01e..f0c25f9 100644 --- a/layouts/game/single.html +++ b/layouts/game/single.html @@ -141,9 +141,8 @@

This game is untested. Please play through this game and report your compatibility with this title.

{{ end }} - {{ if eq .Params.title "The Legend of Zelda: Link's Awakening" }} + {{ if gt (len .Params.mods) 0 }}

Game Mods

- See our game modding article on how to apply patches. @@ -152,10 +151,12 @@ + {{ range .Params.mods }} - - + + + {{ end }}
ZLA_Noblur_Mod.zipDisables blur and depth of field.{{ .title }}{{ .description }}
{{ end }}