File tree Expand file tree Collapse file tree
teacher-theme/site_files/html Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ module.exports = function init(site) {
118118 return teacherId ;
119119 } ;
120120
121-
122-
123121 $siteSetting . findAll ( { sort : { id : 1 } } , ( err , docs ) => {
124122 if ( ! err && docs && docs . length > 0 ) {
125123 docs . forEach ( ( doc ) => {
Original file line number Diff line number Diff line change 1616 < div class ="social-menu ">
1717 < ul >
1818 < li x-data ="setting.youTubeAccouunt ">
19- < a target ="_blank " href ="https://www.youtube.com/ ##data.setting.youTubeAccouunt## "> < i class ="fab fa-youtube "> </ i > </ a >
19+ < a target ="_blank " href ="##data.setting.youTubeAccouunt## "> < i class ="fab fa-youtube "> </ i > </ a >
2020 </ li >
2121
2222 < li x-data ="setting.instagramAccouunt ">
23- < a target ="_blank " href ="https://www.instagram.com/ ##data.setting.instagramAccouunt## "> < i class ="fab fa-instagram "> </ i > </ a >
23+ < a target ="_blank " href ="##data.setting.instagramAccouunt## "> < i class ="fab fa-instagram "> </ i > </ a >
2424 </ li >
2525
2626 < li x-data ="setting.twitterAccouunt ">
27- < a target ="_blank " href ="https://www.twitter.com/ ##data.setting.twitterAccouunt## "> < i class ="fab fa-twitter "> </ i > </ a >
27+ < a target ="_blank " href ="##data.setting.twitterAccouunt## "> < i class ="fab fa-twitter "> </ i > </ a >
2828 </ li >
2929
3030 < li x-data ="setting.facebookAccount ">
31- < a target ="_blank " href ="https://www.facebook.com/ ##data.setting.facebookAccount## "> < i class ="fab fa-facebook "> </ i > </ a >
31+ < a target ="_blank " href ="##data.setting.facebookAccount## "> < i class ="fab fa-facebook "> </ i > </ a >
3232 </ li >
3333
3434 < li x-data ="setting.linkedinAccouunt ">
35- < a target ="_blank " href ="https://www.linkedin.com/in/ ##data.setting.linkedinAccouunt## "> < i class ="fab fa-linkedin-in "> </ i > </ a >
35+ < a target ="_blank " href ="##data.setting.linkedinAccouunt## "> < i class ="fab fa-linkedin-in "> </ i > </ a >
3636 </ li >
3737 </ ul >
3838 </ div >
You can’t perform that action at this time.
0 commit comments