FIX: Experiences don't have a description.
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{% if page.desc_type == "project" %}
|
||||
<meta name="description" content="A description of work done by Maxim Voldman Hutz for {{page.title}}.">
|
||||
{% else %}
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
{% endif %}
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="/res/favicon.png">
|
||||
|
||||
|
||||
@@ -1,7 +1,27 @@
|
||||
---
|
||||
desc_type: project
|
||||
layout: default
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="A description of work done by Maxim Voldman Hutz for {{page.title}}.">
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="/res/favicon.png">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,500,1,200">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;900&display=swap">
|
||||
|
||||
<link rel="stylesheet" href="/styles/global.css">
|
||||
<link rel="stylesheet" href="/styles/default.css">
|
||||
|
||||
<title>{{ page.title }} ─ Max Hutz</title>
|
||||
</head>
|
||||
<body>
|
||||
{% include header.html %}
|
||||
|
||||
{% assign malung = site.data.work[page.project_id] %}
|
||||
{% assign techs = site.data.techs %}
|
||||
@@ -49,3 +69,9 @@ layout: default
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="flex dark back npad"></div>
|
||||
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user