In my first test run of Bolt, I noticed this is the front page:
If I set the title of an entry to 'anothertest' (without the quotes, of course), the title on the front-end is shown like this: ">anothertest.
The HTML generated is this:
- Code: Select all
<a href="/bolt/entry/anothertest<meta name=" generator"="" content="Bolt">">anothertest</a>
Somehow this meta info gets inserted. How?