mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
improve page speed / SEO + general fixes
This commit is contained in:
parent
0fe7cfa463
commit
d0e903d7da
6 changed files with 28 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{{ partial "header.html" . }}
|
||||
{{ partial "loader.html" . }}
|
||||
|
||||
{{ partial "navbar.html" . }}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<meta name="mobile-web-app-title" content="{{ .Site.Title }}">
|
||||
<meta name="apple-mobile-web-app-title" content="{{ .Site.Title }}">
|
||||
<meta charset="UTF-8">
|
||||
<link id="favicon" rel="icon" type="image/png" href="{{ .Site.Params.faviconPath | relURL }}">
|
||||
<link rel="icon" type="image/svg+xml" href="{{ .Site.Params.faviconPathSVG | relURL }}">
|
||||
<link rel="shortcut icon" type="image/png" href="{{ .Site.Params.faviconPath | relURL }}">
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
<link rel="canonical" href="{{ .Site.BaseURL }}">
|
||||
<script src='{{ "/akar-icons-fonts/src/index.js" | relURL }}' async></script>
|
||||
<script src='{{ "/main.js" | absURL }}' defer></script>
|
||||
<link rel="preload" href='{{ "/style.css" | absURL }}' as="style" />
|
||||
<link rel="stylesheet" type="text/css" href='{{ "/style.css" | absURL }}' media="screen"/>
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
<meta name="keywords" content='{{ delimit site.Params.keywords ", " }}'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue