This commit is contained in:
Greg Korba
2024-03-18 21:03:17 +01:00
committed by GitHub
3 changed files with 15 additions and 2 deletions

View File

@ -39,7 +39,7 @@
</script>
{{- end }}
<header class="header">
<header class="header {{ if (site.Params.stickyHeader) }}header-sticky{{ end }}">
<nav class="nav">
<div class="logo">
{{- $label_text := (site.Params.label.text | default site.Title) }}