Skip to content

Commit

Permalink
add news to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 7, 2023
1 parent ac87ae9 commit 2cd89d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions topics/contributing/tutorials/schemas/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ contributors:
{% assign kid_key = "Learning Pathway Schema" %}
{% assign kid_val = site.data['schema-learning-pathway'] %}
{% include _includes/schema-render.html key=kid_key value=kid_val %}

{% assign kid_key = "News" %}
{% assign kid_val = site.data['schema-news'] %}
{% include _includes/schema-render.html key=kid_key value=kid_val %}

0 comments on commit 2cd89d2

Please sign in to comment.