fix location of initial scale
All checks were successful
Hugo / build (push) Successful in 21s

This commit is contained in:
Brooke 2024-03-06 01:42:23 -05:00
parent 994086998f
commit c18a7a9b54
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="{{ $.Site.Language }}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ block "title" . }}
<title>{{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ end }}</title>
{{ end }}

View file

@ -1,7 +1,5 @@
<a rel="me" href="https://mastodon.social/@brookeee"></a>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ if .IsHome }}{{ $.Site.Params.Subtitle }}{{ else if .Description}}{{ .Description | plainify }}{{ else }}{{ .Summary | plainify }}{{ end }}" />
<meta name="keywords" content="{{ with .Params.Keywords }}{{ delimit . ", " }}{{ else }}{{ $.Site.Params.Keywords }}{{ end }}" />
{{ if .Params.noindex }}