Skip to content

Commit 7497f27

Browse files
committed
Fix link to careers
1 parent 0359970 commit 7497f27

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ home = "Home"
4444
# Meta data
4545
description = "At Netcentric we value open source and encourage everyone internally and externally to contribute to our projects..."
4646
author = "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/"

data/homepage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

themes/influencer-hugo/layouts/partials/careers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)