We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8f373 commit a5817f0Copy full SHA for a5817f0
themes/influencer-hugo/layouts/_default/baseof.html
@@ -9,7 +9,7 @@
9
{{- partial "footer.html" . -}}
10
<script>
11
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");
+ console.log("%c👉 {{ .Site.Data.homepage.careers.url }}","color:#5a3699; font-size: 13px");
13
</script>
14
</body>
15
</html>
0 commit comments