mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
fix: tags path fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="./assets/favicon.ico" />
|
<link rel="icon" href="assets/favicon.ico" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#8aadf4" />
|
<meta name="theme-color" content="#8aadf4" />
|
||||||
<meta name="description"
|
<meta name="description"
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<meta property="og:description"
|
<meta property="og:description"
|
||||||
content="Michał Czyż is a student and software developer. Explore projects, skills, and contact details." />
|
content="Michał Czyż is a student and software developer. Explore projects, skills, and contact details." />
|
||||||
<meta property="og:image" content="./assets/card.png" />
|
<meta property="og:image" content="assets/card.png" />
|
||||||
|
|
||||||
<!--Twitter card metadata-->
|
<!--Twitter card metadata-->
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
@@ -34,9 +34,9 @@
|
|||||||
<meta name="twitter:title" content="Michał Czyż - Software Developer" />
|
<meta name="twitter:title" content="Michał Czyż - Software Developer" />
|
||||||
<meta name="twitter:description"
|
<meta name="twitter:description"
|
||||||
content="Michał Czyż is a student and software developer. Explore projects, skills, and contact details." />
|
content="Michał Czyż is a student and software developer. Explore projects, skills, and contact details." />
|
||||||
<meta name="twitter:image" content="./assets/card.png">
|
<meta name="twitter:image" content="assets/card.png">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" href="./assets/logo192.png" />
|
<link rel="apple-touch-icon" href="assets/logo192.png" />
|
||||||
<link rel="manifest" href="manifest.json" />
|
<link rel="manifest" href="manifest.json" />
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user