forked from Git/hugo-story
1
0
Fork 0

Update layouts/partials/head.html

This commit is contained in:
Olivier 2024-04-19 18:14:44 +02:00
parent d48e4d4c22
commit cbd187aff8
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<title>{{ .Site.Title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="AGR is a boutique business intelligence firm based in Asia with over 30 years of experience in providing actionable intelligence and risk management solutions to SMEs and multinationals. The company's geographical coverage includes Southeast Asia and South Asia, the Middle East and North Africa, the Middle East and some countries in West Africa.">
<meta name="author" content="Olivier Falcoz">
{{ if .Site.Params.favicon }}
{{ partial "favicon" }}
{{ end }}
@ -29,4 +29,4 @@
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}
</head>
</head>