How add something before </head>
-
I want to...
- add some link tags before
</head>
when user view register page. - add a
<div>
tag before<form>
tag.and Add a<script>
tag before</body>
when user view register page.
Cloud tell me which Hook i should choose? I had tried
filter:meta.getLinkTags
andfilter:header.build
,but it didn't work - add some link tags before
-
There is no
filter.footer.build
footer is rendered separately from the page. And those hooks are only used to add extra data to the page so templates can use them to render new stuff. Easiest is to just create a plugin and copy footer.tpl from your base theme ie persona and add your custom code there.
Copyright © 2024 NodeBB | Contributors