Using simple Javascript, Admins can change the name of the page title tag in your System or Initiative.
- You can add the following to a Text / HTML widget on your Site(s) where you want the title tag to update.
<script>
document.title = 'My new title here';
</script>
Comments