Paul J

Results 4 issues of Paul J

If one changes the "/content/blog" directory to another name, such as "posts", the "all posts" link on the tags taxonomy page is hardcoded to link to "/blog". This PR adds...

If the subheading param in the content/index is not set, the h2 element in the rendered html is left empty, but remains on the page. This adds a check to...

I was trying to destructure a list in a way that shouldn't have worked, but it did. In the case where it definitely should have failed, it carried over the...

bug
intermediate issue

When type is `entry`, it seems its `parent`'s title doesn't get translated to CSL `container-title`. MWE: ```typst #bibliography( full: true, style: bytes(" test none "), bytes(" smith2018: type: entry title:...