lukeorth / poison

Professional Hugo theme for dev bloggers. Based on Mdo's classic Hyde theme.
https://poison.lukeorth.com
GNU General Public License v3.0
205 stars 97 forks source link

Fix mermaid and plantuml shortcode rendering. #73

Closed catay closed 1 year ago

catay commented 1 year ago

I noticed that the mermaid/plantuml diagrams do not render. The reason is that the head/scripts.html is rendered first before the shortcode templates. That means the .Page.store.Get is still false so the javascript doesn't get included.

lukeorth commented 1 year ago

Thank you! :tada: