Version 1
[yaffs-website] / web / core / themes / stable / templates / field / file-link.html.twig
diff --git a/web/core/themes/stable/templates/field/file-link.html.twig b/web/core/themes/stable/templates/field/file-link.html.twig
new file mode 100644 (file)
index 0000000..0424830
--- /dev/null
@@ -0,0 +1,13 @@
+{#
+/**
+ * @file
+ * Theme override for a link to a file.
+ *
+ * Available variables:
+ * - attributes: The HTML attributes for the containing element.
+ * - link: A link to the file.
+ *
+ * @see template_preprocess_file_link()
+ */
+#}
+<span{{ attributes }}>{{ link }}</span>