Skip to content

Commit

Permalink
chore: add header wd-177
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 22, 2023
1 parent 16535e3 commit fc579a8
Showing 1 changed file with 26 additions and 11 deletions.
37 changes: 26 additions & 11 deletions source/layouts/page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,39 @@
<html class="page" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Vladyslav Zubko | Interface Developer</title>
<title>{{ global.title }}</title>

<meta name="description" content="Interface Developer" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="view-transition" content="same-origin">

<link rel="stylesheet" href="/styles/index.css" />

<link rel="preload" href="/fonts/roboto-400.woff2" crossorigin as="font" type="font/woff2">
<link rel="preload" href="/fonts/roboto-700.woff2" crossorigin as="font" type="font/woff2">

<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/images/icons/icon.svg" type="image/svg+xml" />
<link rel="manifest" href="/manifest.json" />


<meta name="description" content="{{ global.description }}" />
<meta name="generator" content="{{ eleventy.generator }}">

<meta property="og:type" content="website" />
<meta property="og:title" content="Vladyslav Zubko" />
<meta property="og:site_name" content="Interface Developer" />
<meta property="og:url" content="https://whatislove.dev/" />
<meta property="og:title" content="{{ global.title }}" />
<meta property="og:description" content="{{ global.description }}" />
<meta property="og:url" content="{{ global.domain + page.url }}">

<meta
property="og:image"
content="https://whatislove.dev/images/logo-social.og.png"
content="{{ global.domain }}/images/logo-social.og.png"
/>
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@what1s1oveee">

<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/images/icons/icon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="/styles/index.css" />
</head>
<body class="page__body">
{{ content | safe }}
Expand Down

0 comments on commit fc579a8

Please sign in to comment.