Skip to content

Commit

Permalink
Update baseof.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ander94lakx committed Aug 14, 2022
1 parent 1245c1e commit 25e5657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="{{ $.Site.Language }}">
<head>
{{ if (.Site.Params.googleAnalyticsID) }}
{{ partial "analytics-gtag.html" . }}
{{ end }}
{{ block "title" . }}
<title>{{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ end }}</title>
{{ end }}
{{ partial "head.html" . }}
{{ if and (hugo.IsProduction) (.Site.Params.googleAnalyticsID) }}
{{ partial "analytics-gtag.html" . }}
{{ end }}
</head>
<body class="{{- ( or .Params.color $.Site.Params.ThemeColor ) -}}">
{{ $container := cond ($.Site.Params.FullWidthTheme | default false) "container full" (cond ($.Site.Params.CenterTheme | default false) "container center" "container") }}
Expand Down

0 comments on commit 25e5657

Please sign in to comment.