Dancer2
Dancer2 copied to clipboard
Setting meta tags for autopage...
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?