Jannis Borgers
Jannis Borgers
I experimented a bit and found out that I can save the reparse field without the date filter, which also makes ordering possible by comparing the fields in each entry...
My workaround right now is to use CodeKit: - add `twig` as a generic file extension in CodeKits project settings to watch for changes - add the following hook to...
@nschonni I see, thank you. **Temporary workaround:** Ana Tudor noticed on Twitter that you can use `RGB((--var))` or `RGBA((--var),0.8)` (note the uppercase function name), as sass will ignore it and...
Would be helpful if #137 gets merged, all redirects have `?` added to the end of the destination URL.
So glad I found your post, @amityweb — thanks! I have been searching for an hour and couldn’t find the reason that my redirect wasn’t working. Disabling the entry that...
Same issue. I first installed the Sitemap plugin, which worked and generated the sitemap.xml. Then I activated the redirect catch-all and now the sitemap.xml is showing the Redirect plugin’s catch...
Hi @mre — thanks for the quick response! ### Locally I tried it on the index.html file locally, with the exact command you provided, and it yields: ``` 🔍 529...
Hi! Thanks for taking the time to review this! As you can see from my commits last week, I’m still working on making the grammar work with the Zed extension,...
@mpociot To clarify, this removes only the link with the same name that I’m trying to add with `herd link` – not all links added for the given directory? So...