commit f6cca18d3d10c2443629cf5471abcb004e4aac61 Author: Joel Pittet Date: Mon Oct 7 09:34:30 2013 -0700 rm rdf twig file diff --git a/core/modules/rdf/templates/rdf-metadata.html.twig b/core/modules/rdf/templates/rdf-metadata.html.twig deleted file mode 100644 index 81a2f3c..0000000 --- a/core/modules/rdf/templates/rdf-metadata.html.twig +++ /dev/null @@ -1,17 +0,0 @@ -{# -/** - * @file - * Default theme implementation for empty spans with RDF attributes. - * - * Available variables: - * - metadata: Each item within corresponds to its own set of attributes, - * and therefore, needs its own 'attributes' element. - * - * @see template_preprocess_rdf_metadata() - * - * @ingroup themeable - */ -#} -{% for attributes in metadata %} - -{% endfor %}