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