You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2024. It is now read-only.
The URL alias patterns for events, blog posts, and webform imply "hackability" by their use of directory separators (/blog/[node:created:html_month]/[node:title], /event/[node:field_date_time:value-custom:Y]/[node:title], and /form/[node:title]). These give the impression that there are pages at /event and /event/2024, for example. We should either make the URLs truly hackable (i.e., add Views with the appropriate contextual filters) or remove the directory separators from the URLs (e.g., /blog-[node:created:html_month]-[node:title]). c.f. related #133.