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

Fix #1704

parent 2d1b619d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class Communication::Website::Permalink::Portfolio::Project < Communication::Web
def substitutions
{
year: about.from_day.strftime("%Y"),
year: about.year,
slug: about.slug
}
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