Compare commits
2 commits
cb44142d5c
...
f2e6f36ce6
Author | SHA1 | Date | |
---|---|---|---|
f2e6f36ce6 | |||
14aba263f8 |
3 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Impressum und Datenschutzerklärung
|
||||
description: Impressum und Datenschutzerklärung
|
||||
noindex: true
|
||||
---
|
||||
## Impressum
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
{{ partial "head/meta.html" . }}
|
||||
<title>{{ or .Title .Site.Title }}{{ if ne .Kind "home" }} | {{ .CurrentSection.Title }}{{ end }}</title>
|
||||
<title>{{ or .Title .Site.Title }}</title>
|
||||
{{ partial "head/favicon.html" . }}
|
||||
{{ partial "head/styling.html" . }}
|
||||
</head>
|
||||
|
|
|
@ -6,4 +6,5 @@
|
|||
{{ $summary := or .Page.Params.Description .Site.Params.Description }}
|
||||
<meta property="og:description" content="{{ $summary }}" />
|
||||
<meta name="description" content="{{ $summary }}" />
|
||||
{{ if .Page.Params.Noindex }}<meta name="robots" content="noindex">{{end}}
|
||||
{{ hugo.Generator }}
|
||||
|
|
Loading…
Reference in a new issue