fix SEO
This commit is contained in:
parent
1e30532bc9
commit
52e9775173
2 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="da-dk">
|
||||
<html lang="en-us">
|
||||
|
||||
<head>
|
||||
<title>Frederik Palmø</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Home page of Frederik Palmø (vodofrede)" />
|
||||
<link rel="stylesheet" href="/assets/main.css" />
|
||||
<link rel="icon" type="image/x-icon " href="/assets/favicon.ico" />
|
||||
</head>
|
||||
|
@ -73,8 +74,8 @@
|
|||
</article>
|
||||
</section>
|
||||
<aside class="column" style="align-items: center; min-width: 25%; gap: 15px">
|
||||
<img src="/assets/palmoe.png" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
||||
<dl>
|
||||
<img src="/assets/palmoe.png" width="100" height="100" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
||||
<dl class="column center">
|
||||
<div class="row separate">
|
||||
<dt>Gitea</dt>
|
||||
<dd><a href="https://git.palmoe.dk/vodofrede">vodofrede</a></dd>
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<title>Frederik Palmø</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Home page of Frederik Palmø (vodofrede)" />
|
||||
<link rel="stylesheet" href="/assets/main.css" />
|
||||
<link rel="icon" type="image/x-icon " href="/assets/favicon.ico" />
|
||||
</head>
|
||||
|
@ -74,7 +75,7 @@
|
|||
</section>
|
||||
<aside class="column" style="align-items: center; min-width: 25%; gap: 15px">
|
||||
<img src="/assets/palmoe.png" width="100" height="100" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
||||
<dl>
|
||||
<dl class="column center">
|
||||
<div class="row separate">
|
||||
<dt>Gitea</dt>
|
||||
<dd><a href="https://git.palmoe.dk/vodofrede">vodofrede</a></dd>
|
||||
|
|
Loading…
Reference in a new issue