Skip to content

Commit

Permalink
fix null name error
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 25, 2024
1 parent 9764fe4 commit 1739299
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _plugins/jekyll-jsonld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,9 @@ def to_jsonld(material, topic, site)
# +Hash+:: The JSON-LD metadata.
def generate_material_jsonld(material, topic, site)
langCodeMap = {
en: 'English',
es: 'Español',
"en" => 'English',
"es" => 'Español',
"fr" => 'Français',
}

eduLevel = {
Expand Down

0 comments on commit 1739299

Please sign in to comment.