Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to parse post when author email not provided #74

Open
ronaldtse opened this issue Sep 21, 2020 · 0 comments
Open

Failure to parse post when author email not provided #74

ronaldtse opened this issue Sep 21, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@ronaldtse
Copy link
Contributor

This crashes:

---
layout: post
title: "Yaml2Text now supports YAML with Liquid"
date: 2020-09-20
categories: about
authors:
  -
    name: Jeffrey Lau
    social_links:
      - https://www.linkedin.com/in/jtklau/

excerpt: >-
    Importing YAML data into Metanorma using Liquid!
---

This works:

---
layout: post
title: "Yaml2Text now supports YAML with Liquid"
date: 2020-09-20
categories: about
authors:
  -
    name: Jeffrey Lau
    email: [email protected]
    social_links:
      - https://www.linkedin.com/in/jtklau/

excerpt: >-
    Importing YAML data into Metanorma using Liquid!
---
@ronaldtse ronaldtse added the bug Something isn't working label Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant