Whilst editing the template on this blog I came across a problem in which <b:sections/> were not being rendered in the layout tab on the admin panel, so adding widgets was not a possibility. When looking into the issue I saw a pattern whereby <b:sections/> wrapped within the new <sections/> element were the only sections not being rendered in the layout tab. I then thought of a way of fixing the issue and here's my solution. replace the < with < and > with > so your final edit should look something like:
<section id='main'>
<b:section class='main' id='blog'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</section>
No comments:
Post a Comment