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
I have dozens of articles which do not require any extra processing so I
Put them in the required sub folders in the views folder.
Do not write any routes for them in my app.pl file
use auto_page to render them with default layout.
For SEO Purpose, I would like to add custom Title, Keywords and Description to each of these pages. Is this something that I can do from within the view page? Or do I need to write a route and pass these from the render function?
The text was updated successfully, but these errors were encountered:
I have dozens of articles which do not require any extra processing so I
For SEO Purpose, I would like to add custom Title, Keywords and Description to each of these pages. Is this something that I can do from within the view page? Or do I need to write a route and pass these from the render function?
The text was updated successfully, but these errors were encountered: