Julie Rymer

Results 24 issues of Julie Rymer

Fix #60 I put every organization structured data inside of SeoSettings and left the utility classes to access that data inside of SeoMixin. I split the template for structured data...

Since struct informations should only be put in the homepage(s), it seems a bit wasteful to have all those struct fields on every pages. What I propose: - Create a...

In `fetchimage`, the code call ```js const baseAdminUrl = document.querySelector("a.logo").getAttribute('href'); ``` But in the last wagtail version (I don't know when this has changed), there is no `logo` class but...

bug

Hello, `get_absolute_media_url` is used with `utils.get_absolute_media_url(self.get_site())`, but sometimes `get_site`returns None and so the website crash. It happen when the page is not routable (not sure yet when that is, in...