Skip to content

Commit

Permalink
Merge pull request #13 from freund0/bugfix/setMailtoInFooterMaillink
Browse files Browse the repository at this point in the history
Set mailto in email link in footer
  • Loading branch information
hedayati-m authored Aug 17, 2020
2 parents fcd9d79 + 7ebe74c commit 13a69fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Document/Fragment/Footer.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prototype(Sitegeist.NeosTemplate.Spectral:Document.Fragment.Footer) < prototype(
40 = Neos.Fusion:RawArray {
label = 'Email'
class = 'fa-envelope'
href = ${q(site).property('emailUri')}
href = ${'malito:' + q(site).property('emailUri')}
@if.has = ${q(site).property('emailUri')}
}
}
Expand Down

0 comments on commit 13a69fb

Please sign in to comment.