<% if (typeof(script) !== 'undefined' && script) { let isso = theme.comment.isso; let issoSite = (typeof(isso) === 'string' ? isso : isso.site); if (isso === issoSite) { //isso is a string //TODO: maybe something better error logging console.warn('WARN Specifying property "comment.isso" as a ' + 'string is deprecated. Please consider using the object form. See ' + 'the respective _config.yml.example file for an example.'); } %> <% } else { %>
<% } %>