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] + '
' }