Skip to content
Snippets Groups Projects
Commit e33ea4fb authored by Arnaud Levy's avatar Arnaud Levy
Browse files

diplomas need to be plural for the hugo taxonomy to work

parent 76c04ded
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ description: >
position: <%= @about.position %>
<%= render 'admin/communication/unsplash/static' %>
category: "<%= @website.categories.find_by(program_id: @about.id)&.path %>"
diploma: "<%= @about.diploma&.slug %>"
diplomas: "<%= @about.diploma&.slug %>"
teachers:
<% teacher_involvements.each do |involvement| %>
- "<%= involvement.person.slug %>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment