In my index.php of my custom template, I use the following code for my Head:
This all works well, but I learned there is a special Head for Joomla: However, when I tried to implement it like so...
...my page no longer works, instead I get the error:
Code:
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Your Website Title</title> <jdoc:include type="metas" /> <jdoc:include type="styles" /></head>
Code:
<jdoc:include type="head" />
Code:
<head> <jdoc:include type="head" /></head>
What's causing this, and how do I fix it?0 - WebAssetManager is locked, you came late
Statistics: Posted by SocketPup — Sun Apr 07, 2024 7:50 am