|
9 | 9 | {% endwith %}
|
10 | 10 | <div class="grid__footer-links">
|
11 | 11 | {% wagtailcache 600 "footerlinks" current_site.pk is_pattern_library %}
|
12 |
| - {% footerlinks %} |
13 |
| - {% endwagtailcache %} |
14 |
| - <ul class="footer__socials"> |
15 |
| - <li> |
16 |
| - <a aria-label="Follow us on Twitter" |
17 |
| - href="https://twitter.com/torchbox" |
18 |
| - class="footer__social-link"> |
19 |
| - <svg width="24" height="24" aria-hidden="true" class="footer__social-icon"> |
20 |
| - <use xlink:href="#twitter" /> |
21 |
| - </svg> |
22 |
| - </a> |
23 |
| - </li> |
24 |
| - <li> |
25 |
| - <a aria-label="Connect with us on LinkedIn" |
26 |
| - href="https://www.linkedin.com/company/torchbox" |
27 |
| - class="footer__social-link"> |
28 |
| - <svg width="24" height="24" aria-hidden="true" class="footer__social-icon"> |
29 |
| - <use xlink:href="#linkedin" /> |
30 |
| - </svg> |
31 |
| - </a> |
32 |
| - </li> |
33 |
| - <li> |
34 |
| - <a aria-label="Follow us on Instagram" |
35 |
| - href="https://www.instagram.com/torchboxltd/" |
36 |
| - class="footer__social-link"> |
37 |
| - <svg width="24" height="24" aria-hidden="true" class="footer__social-icon"> |
38 |
| - <use xlink:href="#instagram" /> |
39 |
| - </svg> |
40 |
| - </a> |
41 |
| - </li> |
42 |
| - </ul> |
43 |
| - </div> |
44 |
| -</div> |
45 |
| -<div class="footer__bottom-container"> |
46 |
| - <div class="grid footer__bottom"> |
47 |
| - <div class="grid__footer-logos"> |
48 |
| - {% with settings.navigation.NavigationSettings as global_settings %} |
49 |
| - {% if global_settings.footer_logos %} |
50 |
| - <ul class="footer__logos"> |
51 |
| - {% for item in global_settings.footer_logos %} |
52 |
| - {% with item.value as logo %} |
53 |
| - <li> |
54 |
| - {% with logo.link as link %} |
55 |
| - <a class="footer__logo-link" href="{{ link.url }}"> |
56 |
| - {% if logo.image.width > logo.image.height %} |
57 |
| - {% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %} |
58 |
| - {% else %} |
59 |
| - {% image logo.image max-100x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %} |
60 |
| - {% endif %} |
61 |
| - </a> |
62 |
| - {% endwith %} |
63 |
| - </li> |
64 |
| - {% endwith %} |
65 |
| - {% endfor %} |
66 |
| - </ul> |
67 |
| - {% endif %} |
68 |
| - {% endwith %} |
| 12 | + {% footerlinks %} |
| 13 | + {% endwagtailcache %} |
| 14 | + <ul class="footer__socials"> |
| 15 | + <li> |
| 16 | + <a aria-label="Follow us on Twitter" |
| 17 | + href="https://twitter.com/torchbox" |
| 18 | + class="footer__social-link"> |
| 19 | + <svg width="24" height="24" aria-hidden="true" class="footer__social-icon"> |
| 20 | + <use xlink:href="#twitter" /> |
| 21 | + </svg> |
| 22 | + </a> |
| 23 | + </li> |
| 24 | + <li> |
| 25 | + <a aria-label="Connect with us on LinkedIn" |
| 26 | + href="https://www.linkedin.com/company/torchbox" |
| 27 | + class="footer__social-link"> |
| 28 | + <svg width="24" height="24" aria-hidden="true" class="footer__social-icon"> |
| 29 | + <use xlink:href="#linkedin" /> |
| 30 | + </svg> |
| 31 | + </a> |
| 32 | + </li> |
| 33 | + <li> |
| 34 | + <a aria-label="Follow us on Instagram" |
| 35 | + href="https://www.instagram.com/torchboxltd/" |
| 36 | + class="footer__social-link"> |
| 37 | + <svg width="24" height="24" aria-hidden="true" class="footer__social-icon"> |
| 38 | + <use xlink:href="#instagram" /> |
| 39 | + </svg> |
| 40 | + </a> |
| 41 | + </li> |
| 42 | + </ul> |
69 | 43 | </div>
|
70 |
| - <div class="grid__footer-company"> |
71 |
| - <div class="footer__company"> |
72 |
| - <div class="footer__company-address"> |
73 |
| - <p>© Torchbox {% now "Y" %} -</p> |
74 |
| - <address>3rd Floor, 15 Colston St, Bristol, BS1 5AP</address> |
75 |
| - </div> |
76 |
| - <div> |
77 |
| - <p>Registered in England & Wales. Company no. 3983354, VAT no. 752981011</p> |
| 44 | + </div> |
| 45 | + <div class="footer__bottom-container"> |
| 46 | + <div class="grid footer__bottom"> |
| 47 | + <div class="grid__footer-logos"> |
| 48 | + {% with settings.navigation.NavigationSettings as global_settings %} |
| 49 | + {% if global_settings.footer_logos %} |
| 50 | + <ul class="footer__logos"> |
| 51 | + {% for item in global_settings.footer_logos %} |
| 52 | + {% with item.value as logo %} |
| 53 | + <li> |
| 54 | + {% with logo.link as link %} |
| 55 | + <a class="footer__logo-link" href="{{ link.url }}"> |
| 56 | + {% if logo.image.width > logo.image.height %} |
| 57 | + {% image logo.image max-200x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %} |
| 58 | + {% else %} |
| 59 | + {% image logo.image max-100x100 format-webp loading="lazy" class="footer__logo" alt=logo.alt_text|default:logo.image.title %} |
| 60 | + {% endif %} |
| 61 | + </a> |
| 62 | + {% endwith %} |
| 63 | + </li> |
| 64 | + {% endwith %} |
| 65 | + {% endfor %} |
| 66 | + </ul> |
| 67 | + {% endif %} |
| 68 | + {% endwith %} |
| 69 | + </div> |
| 70 | + <div class="grid__footer-company"> |
| 71 | + <div class="footer__company"> |
| 72 | + <div class="footer__company-address"> |
| 73 | + <p>© Torchbox {% now "Y" %} -</p> |
| 74 | + <address>3rd Floor, 15 Colston St, Bristol, BS1 5AP</address> |
| 75 | + </div> |
| 76 | + <div> |
| 77 | + <p>Registered in England & Wales. Company no. 3983354, VAT no. 752981011</p> |
| 78 | + </div> |
78 | 79 | </div>
|
79 | 80 | </div>
|
80 | 81 | </div>
|
| 82 | + {% include "patterns/molecules/carbon-impact/carbon-impact.html" %} |
81 | 83 | </div>
|
82 |
| - {% include "patterns/molecules/carbon-impact/carbon-impact.html" %} |
83 |
| -</div> |
84 |
| -{% include "patterns/molecules/cookie-message/cookie-message.html" %} |
| 84 | + {% include "patterns/molecules/cookie-message/cookie-message.html" %} |
85 | 85 | </footer>
|
0 commit comments