diff --git a/app/models/communication/website/permalink/post.rb b/app/models/communication/website/permalink/post.rb
index 4fc9e7574561b7955b0c9922b272c5b2333a8eec..fb37f8aca05b7912dd014eb726754ca64bbf5dd7 100644
--- a/app/models/communication/website/permalink/post.rb
+++ b/app/models/communication/website/permalink/post.rb
@@ -7,6 +7,7 @@ class Communication::Website::Permalink::Post < Communication::Website::Permalin
     :posts
   end
 
+  # /actualites/2022/10/21/un-article/
   def self.pattern_in_website(website)
     "#{website.special_page(:communication_posts).path_without_language}:year/:month/:day/:slug/"
   end