language and descriptions

This commit is contained in:
Motiejus Jakštys
2023-02-20 16:51:40 +02:00
parent 7f9266533a
commit e83d52ca4a
11 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
{{ partial "html-meta.html" . -}}
@@ -13,6 +13,9 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
{{ end -}}
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description"
content="{{ if .Params.description }}{{ .Params.description }}{{ else }}Motiejus Jakštys personal space{{ end }}"
/>
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</head>
<body>