This commit is contained in:
parent
a90f5a6edc
commit
cb51826059
4 changed files with 15 additions and 6 deletions
4
content/_index.de.md
Normal file
4
content/_index.de.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "Hola 🖖"
|
||||
description: "Die Website von Vri aka vrifox. Sie erstellt Websites und Grafiken. Außerdem betreibt und betreut sie Cozy Town."
|
||||
---
|
4
content/_index.en.md
Normal file
4
content/_index.en.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: "Hola 🖖"
|
||||
description: "The website of Vri aka vrifox. She creates websites and graphics. Additionally she hosts and maintains Cozy Town."
|
||||
---
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: "Hola 🖖"
|
||||
---
|
||||
I create Websites and Graphics
|
||||
|
||||
Additinaly I host and maintain [Cozy Town](https://cozy.town)
|
|
@ -7,6 +7,13 @@
|
|||
<link href="https://social.anoxinon.de/@vri" rel="me" />
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content='
|
||||
{{- if (isset .Params "description") -}}
|
||||
{{- index .Params "description" }} – {{ .Site.Title -}}
|
||||
{{- else if (isset .Params "title") -}}
|
||||
{{- index .Params "title" }} – {{ .Site.Title -}}
|
||||
{{- end -}}
|
||||
'>
|
||||
</head>
|
||||
<body id="{{ with .File }}{{ .ContentBaseName }}{{ end }}" class="{{ .Page.Section }}">
|
||||
{{- block "header" . }}{{ end }}
|
||||
|
|
Loading…
Reference in a new issue