2.2.5 base.type.address Addresses
Present contact information for the nearest ancestor or the
entire body of work. Preserve formatting by ending all lines with <br>
.
Markup: 01-base/text/address.twig
<address>
<strong>Open Social HQ</strong><br>
Singel 542<br>
1017 AZ Amsterdam<br>
<abbr title="Phone">P:</abbr> (123) 456-7890
</address>
<address>
<strong>Full Name</strong><br>
<a href="mailto:#">first.last@example.com</a>
</address>
Source:
01-base/text/_text.scss
, line 19