Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / templates / components / quicklinks / block--umami-quick-links.html.twig
diff --git a/web/core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig b/web/core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig
new file mode 100644 (file)
index 0000000..deb0c35
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends "block.html.twig" %}
+{#
+/**
+ * @file
+ * Theme override for Umami footer Promo block.
+ */
+#}
+{% block content %}
+  {{ attach_library('umami/quicklinks') }}
+  {{ content }}
+{% endblock %}