Skip to content

Commit

Permalink
fix(demo): add template news.ems_link.twig (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 authored Sep 7, 2023
1 parent 862e657 commit 4334c6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions skeleton/template/ems/news.ems_link.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% apply spaceless %}
{{ path('emsch_news_details', {
slug: attribute(source, locale).slug,
month: source.publication_date|date('m'),
year: source.publication_date|date('Y'),
day: source.publication_date|date('d'),
})}}
{% endapply %}

0 comments on commit 4334c6a

Please sign in to comment.