File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ founders:
3131 profiles :
3232 twitter :
3333 label : " @loige"
34- url : https://twitter .com/loige
34+ url : https://x .com/loige
3535 blog :
3636 label : loige.co
3737 url : https://loige.co
@@ -42,7 +42,7 @@ founders:
4242 profiles :
4343 twitter :
4444 label : " @andreaman87"
45- url : https://twitter .com/andreaman87
45+ url : https://x .com/andreaman87
4646 website :
4747 label : andreamangano.com
4848 url : https://andreamangano.com
@@ -100,22 +100,24 @@ categories:
100100 icon : devops.svg
101101
102102sampleLink :
103- url : http ://us15.campaign-archive1. com/home/?u=b015626aa6028495fe77c75ea&id=55ace33899
103+ url : " https ://buttondown. com/fullstackbulletin/archive/ "
104104 label : Check out our previous emails
105105
106106callToAction :
107107 label : " Join to get the best 7 links in your inbox every week, for free:"
108108
109109subscribeForm :
110110 email :
111- fieldId : mce-EMAIL
112- fieldName : EMAIL
111+ fieldId : bd-email
112+ fieldName : email
113113114114 submit :
115115 label : Join now
116116 note : We never send spam and you can unsubscribe instantly with one click.
117117 method : POST
118- action : //fullstackbulletin.us15.list-manage.com/subscribe/post?u=b015626aa6028495fe77c75ea&id=55ace33899
118+ action : //buttondown.com/api/emails/embed-subscribe/fullstackbulletin
119+ target : popupwindow
120+ onsubmit : " onsubmit=\" window.open('https://archive.fullstackbulletin.com', 'popupwindow')\" "
119121
120122faq :
121123 title : F.A.Q.
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ mixin subscribe-form(subscribeForm)
22 form.subscribe-form (
33 method =subscribeForm .method
44 action =subscribeForm .action
5- target ="_blank" )
5+ target =subscribeForm .target
6+ onsubmit =subscribeForm .onsubmit )
67 .subscribe-form__content
78 .subscribe-form__input-field
89 input.subscribe-form__input (
You can’t perform that action at this time.
0 commit comments