FIX: Description for projects now works.
This commit is contained in:
@@ -3,7 +3,6 @@ malung:
|
|||||||
title: Malung
|
title: Malung
|
||||||
subtitle: COVID-19 Classifier
|
subtitle: COVID-19 Classifier
|
||||||
stack: [ html, css, js, php, docker, mariadb, azure ]
|
stack: [ html, css, js, php, docker, mariadb, azure ]
|
||||||
image: /res/avatar.svg
|
|
||||||
link: /404
|
link: /404
|
||||||
color: yellow
|
color: yellow
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,11 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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 }}">
|
<meta name="description" content="{{ page.description }}">
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<link rel="shortcut icon" type="image/png" href="/res/favicon.png">
|
<link rel="shortcut icon" type="image/png" href="/res/favicon.png">
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Example
|
title: Example
|
||||||
|
desc_type: project
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#description {
|
#description {
|
||||||
@@ -66,7 +67,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#stack .chip {
|
#stack .chip {
|
||||||
flex: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stack::after {
|
#stack::after {
|
||||||
|
|||||||
Reference in New Issue
Block a user