Skip to content
Snippets Groups Projects
Unverified Commit 79afbe08 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents 67a0dccb ba3f4ba1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ slug: "<%= @post.slug %>"
weight: 1
<% end %>
<% if @post.author %>
persons:
authors:
- "<%= @post.author.slug %>"
<% end %>
<% if @post.categories.any? %>
......
......@@ -5,7 +5,7 @@ volume: "<%= @article.volume.id %>"
publication: "<%= @article.published_at %>"
pdf: "<%= @article.pdf_path %>"
keywords: "<%= @article.keywords %>"
authors:
researchers:
<% @article.researchers.each do |researcher| %>
- "<%= researcher.id %>"
<% end %>
......
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