File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
themes/influencer-hugo/layouts/partials Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ home = "Home"
4444# Meta data
4545description = " At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
4646author = " Themefisher"
47- careerssite = " https://www.netcentric.biz/jobs.html"
4847[params .copyright ]
4948 text = " Netcentric, A Cognizant Digital Business"
5049 link = " https://www.netcentric.biz/"
Original file line number Diff line number Diff line change @@ -41,3 +41,4 @@ careers:
4141 enable : true
4242 title : " Careers"
4343 subtitle : " Like what you see? We're hiring!"
44+ url : " https://www.netcentric.biz/jobs.html"
Original file line number Diff line number Diff line change 66 < div class ="col-12 ">
77 < div class ="pt-5 pb-5 text-center ">
88 < h3 class ="h4 mb-4 "> {{ .subtitle | markdownify }}</ h3 >
9- < a href ="{{ .Site.Params.careerssite }} " class ="btn btn-secondary " title ="Job openings "> Job openings</ a >
9+ < a href ="{{ .url }} " class ="btn btn-secondary " title ="Job openings "> Job openings</ a >
1010 </ div >
1111 </ div >
1212 </ div >
You can’t perform that action at this time.
0 commit comments