From 3dcb7712dba8816863e42861cf5d5915be4a2e8c Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 3 May 2023 14:41:33 +0500 Subject: [PATCH] add website field to publishers map popup --- themes/lumbung-theme/layouts/shortcodes/map.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/lumbung-theme/layouts/shortcodes/map.html b/themes/lumbung-theme/layouts/shortcodes/map.html index eb32332..b75cdef 100644 --- a/themes/lumbung-theme/layouts/shortcodes/map.html +++ b/themes/lumbung-theme/layouts/shortcodes/map.html @@ -64,6 +64,8 @@ return '' } else if (key === 'audio') { return '' + } else if (key === 'website') { + return '

website: ' + objectOrder[key] + '

' } else { return '

' + objectOrder[key] + '

' }