language and descriptions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user