FIX: Description for projects now works.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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">
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
{% 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">
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Example
|
||||
desc_type: project
|
||||
layout: default
|
||||
---
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user