File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed
web/themes/custom/fds_ballerup_theme/templates Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" action-buttons d-none d-md-block" >
2
2
<div class =" flexy-list" >
3
- <div >
4
- <a href =" http://www.adgangforalle.dk/" class =" action-button" target =" _blank" >
5
- <span class =" icon fa fa-volume-up" ></span >
6
- </a >
7
- </div >
8
-
9
3
<div >
10
4
<a href =" #" class =" action-button" onclick =" window.print();" >
11
5
<span class =" icon fa fa-print" ></span >
Original file line number Diff line number Diff line change
1
+ {#
2
+ /**
3
+ * @file
4
+ * Default theme implementation to display a Vidi map paragraph.
5
+ *
6
+ * @see template_preprocess_paragraph()
7
+ *
8
+ * @ingroup themeable
9
+ */
10
+ #}
11
+ {%
12
+ set classes = [
13
+ ' paragraph' ,
14
+ ' paragraph--type--' ~ paragraph .bundle |clean_class,
15
+ view_mode ? ' paragraph--view-mode--' ~ view_mode |clean_class,
16
+ not paragraph.isPublished () ? ' paragraph--unpublished'
17
+ ]
18
+ %}
19
+
20
+ <div {{ attributes.addClass (classes ) }}>
21
+ {% if content .field_map_embed_heading %}
22
+ <h2 >{{ content .field_map_embed_heading }}</h2 >
23
+ {% endif %}
24
+ {{ content .field_script_embed | raw }}
25
+ </div >
You can’t perform that action at this time.
0 commit comments