mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 05:13:46 +02:00
feat: add Open Graph tags with ogp to document
This commit is contained in:
parent
608f775f24
commit
d71ba9297b
2 changed files with 7 additions and 3 deletions
BIN
assets/media/ogp.jpg
Normal file
BIN
assets/media/ogp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -1,8 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
|
||||||
|
<meta property="og:title" content="Victor L. Westerlund"/>
|
||||||
|
<meta property="og:type" content="website"/>
|
||||||
|
<meta property="og:description" content="Full-stack PHP and JavaScript web developer from Sweden"/>
|
||||||
|
<meta property="og:image" content="https://vlw.se/assets/media/ogp.jpg"/>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
<!--//--><![CDATA[//><!--
|
<!--//--><![CDATA[//><!--
|
||||||
|
@ -37,7 +41,7 @@
|
||||||
<style><?= VV::css("fonts") ?></style>
|
<style><?= VV::css("fonts") ?></style>
|
||||||
<style><?= VV::css("document") ?></style>
|
<style><?= VV::css("document") ?></style>
|
||||||
|
|
||||||
<title>Victor Westerlund</title>
|
<title>Victor L. Westerlund</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Add table
Reference in a new issue