FIX: Experiences don't have a description.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<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" %}
|
{% if page.desc_type == "project" %}
|
||||||
<meta name="description" content="A description of work done by Maxim Voldman Hutz for {{page.data.title}}.">
|
<meta name="description" content="A description of work done by Maxim Voldman Hutz for {{page.title}}.">
|
||||||
{% else %}
|
{% else %}
|
||||||
<meta name="description" content="{{ page.description }}">
|
<meta name="description" content="{{ page.description }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
title: Example
|
|
||||||
desc_type: project
|
desc_type: project
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user