How to make the mail button at the bottom of the page work #2009
-
| Checklist
 How did you create the site?Generated from  Describe the bugThis is not a bug (I hope), it's more of a question on how to fix this thing because I couldn't figure it out. Expected BehaviorA new window of the default mailing app should open, like the demo does. Environment
 | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
| Are you using custom button definition, because I can see a difference in generated HTML? Chirpy demo: <a href="..." aria-label="email">Yours: <a href="..." aria-label="email" target="_blank" rel="noopener noreferrer">So, the root cause of this behavior should be related to the  | 
Beta Was this translation helpful? Give feedback.
That's right. Please stick to the default configuration layout in
_data/contact.yml: