mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Add microdata for site name
This commit is contained in:
parent
205c7a1105
commit
fd87a8eb93
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{ define "main" -}}
|
{{ define "main" -}}
|
||||||
<main>
|
<main>
|
||||||
<h1 id="h1" tabindex="-1">Seirdy’s Home</h1>
|
<h1 id="h1" tabindex="-1" itemprop="name">Seirdy’s Home</h1>
|
||||||
<p itemprop="description">{{ .Site.Params.Description }}</p>
|
<p itemprop="description">{{ .Site.Params.Description }}</p>
|
||||||
<hr />
|
<hr />
|
||||||
<div class="narrow">
|
<div class="narrow">
|
||||||
|
|
Loading…
Reference in a new issue