You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Additionally, there is a mail icon in the footer which does nada. When clicked it should open a mail form. Could add the mail modal to modal.twig and use an if to display the correct one (page-foundation.twig also uses the modal). Something like:
{% include 'modal.twig' with { 'purpose': 'contact' } %}
cc @rossoneill
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Form contents needed to be mailed to [email protected]
Additionally, there is a mail icon in the footer which does nada. When clicked it should open a mail form. Could add the mail modal to
modal.twig
and use anif
to display the correct one (page-foundation.twig
also uses the modal). Something like:{% include 'modal.twig' with { 'purpose': 'contact' } %}
cc @rossoneill
The text was updated successfully, but these errors were encountered: