Skip to content

Commit a5817f0

Browse files
committed
Update baseof.html
1 parent fa8f373 commit a5817f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/influencer-hugo/layouts/_default/baseof.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{- partial "footer.html" . -}}
1010
<script>
1111
console.log("%cOh, hi there! 👋 We're hiring","color:#5a3699; font-size: 16px");
12-
console.log("%c👉 {{ .Site.Params.careerssite }}","color:#5a3699; font-size: 13px");
12+
console.log("%c👉 {{ .Site.Data.homepage.careers.url }}","color:#5a3699; font-size: 13px");
1313
</script>
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)