diff --git a/web/modules/custom/geo_citation/geo_citation.module b/web/modules/custom/geo_citation/geo_citation.module index 8d9f971..3cfad5c 100644 --- a/web/modules/custom/geo_citation/geo_citation.module +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -33,7 +33,7 @@ function geo_citation_node_view(array &$build, \Drupal\Core\Entity\EntityInterfa if ($display->getComponent('geo_citation')) { $build['geo_citation'] = [ '#markup' => geo_citation_pseudo_field($entity), - '#theme' => 'geo_citation_field', +// '#theme' => 'geo_citation_field', ]; }