FIX: Description for projects now works.

This commit is contained in:
MajorDroolz
2023-01-04 22:47:52 -05:00
parent 87a3c3d2b4
commit 219a7543de
4 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ malung:
title: Malung
subtitle: COVID-19 Classifier
stack: [ html, css, js, php, docker, mariadb, azure ]
image: /res/avatar.svg
link: /404
color: yellow

View File

@@ -4,7 +4,11 @@
<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.data.title}}.">
{% else %}
<meta name="description" content="{{ page.description }}">
{% endif %}
<link rel="shortcut icon" type="image/png" href="/res/favicon.png">

View File

@@ -1,5 +1,6 @@
---
title: Example
desc_type: project
layout: default
---

View File

@@ -39,6 +39,7 @@
justify-content: center;
color: #aaa;
position: relative;
text-align: center;
}
#description {
@@ -66,7 +67,7 @@
}
#stack .chip {
flex: 1;
flex-grow: 1;
}
#stack::after {