Version 1
[yaffs-website] / web / core / themes / stable / templates / field / link-formatter-link-separate.html.twig
diff --git a/web/core/themes/stable/templates/field/link-formatter-link-separate.html.twig b/web/core/themes/stable/templates/field/link-formatter-link-separate.html.twig
new file mode 100644 (file)
index 0000000..0aa1b4a
--- /dev/null
@@ -0,0 +1,18 @@
+{#
+/**
+ * @file
+ * Theme override of a link with separate title and URL elements.
+ *
+ * Available variables:
+ * - link: The link that has already been formatted by l().
+ * - title: (optional) A descriptive or alternate title for the link, which may
+ *   be different than the actual link text.
+ *
+ * @see template_preprocess()
+ * @see template_preprocess_link_formatter_link_separate()
+ */
+#}
+{% spaceless %}
+  {{ title }}
+  {{ link }}
+{% endspaceless %}