pageboard / client

Web site building system - client packages
MIT License
4 stars 0 forks source link

pagecut: const + container does not refresh const #136

Open kapouer opened 4 years ago

kapouer commented 4 years ago

pubdate or title are not refreshed here:

<div>
  <div class="static"><article pubdate="[data]">[title]</article></div>
  <div block-content="test"></div>
</div>

however if the whole template is constant it is refreshed.