Merge branch '55-footer' into 'master'
55 footer See merge request agaric/patternlibrary!4
This commit is contained in:
commit
dc39a63b28
1 changed files with 29 additions and 0 deletions
29
agaric/templates/layout/region--footer.html.twig
Normal file
29
agaric/templates/layout/region--footer.html.twig
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{%
|
||||||
|
set classes = [
|
||||||
|
'columns',
|
||||||
|
'is-multiline',
|
||||||
|
]
|
||||||
|
%}
|
||||||
|
{% set attributes = attributes.addClass(classes) %}
|
||||||
|
|
||||||
|
{% if content %}
|
||||||
|
<div{{ attributes }}>
|
||||||
|
<div class="column footer-logo is-half">
|
||||||
|
<a href="#"><span class="icon"><i class="agc agc-logo"></i></span></a>
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
Agaric LLC<br>Boston, MA 02134
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
S: <a href="https://social.coop/@agaric">Mastodon</a>
|
||||||
|
<a href="https://twitter.com/agaric">Twitter</a>
|
||||||
|
<a href="/rss">RSS</a><br>
|
||||||
|
T: +1 508 283 3557<br>
|
||||||
|
E: <a href="/contact">Contact</a>
|
||||||
|
</div>
|
||||||
|
<div class="column">
|
||||||
|
Powered by <a href="https://www.drutopia.org">Drutopia</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
Loading…
Reference in a new issue