Add site schema for SEO
This commit is contained in:
parent
0b156ce731
commit
2fe5c9b36b
3 changed files with 79 additions and 9 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Lang }}">
|
||||
{{ partial "head.html" . }}
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
{{ partial "site-schema.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "nav.html" . }}
|
||||
{{ block "header" . }}{{ partial "header.html" . }}{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue