fix: rework site header for better title and decription handling (#98)
This commit is contained in:
parent
d51f514b90
commit
5eff47c68b
7 changed files with 27 additions and 9 deletions
|
@ -2,7 +2,11 @@
|
|||
<html lang="{{ .Site.Language.Lang }}">
|
||||
|
||||
<head>
|
||||
{{ partial "head" . }}
|
||||
{{ partial "head/meta" . }}
|
||||
<title>{{ if not (eq .Kind "home") }}{{ partial "title" . }} | {{ end }}{{ .Site.Title }}</title>
|
||||
|
||||
{{ partial "head/favicons" . }}
|
||||
{{ partial "head/others" . }}
|
||||
</head>
|
||||
|
||||
<body itemscope itemtype="https://schema.org/WebPage">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue