welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.

Home Page:https://welpo.github.io/tabi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isso moderation comments have broken links when `page_id_is_slug = true`

welpo opened this issue · comments

Bug Report

Environment

  • Zola version: 0.17.2
  • tabi commit: 0b6cb31

Expected Behavior

Comments should be submitted through Isso and proper notification emails should be received. The email should contain correct and functional links to the comments.

Current Behavior

Links in the moderation and notification emails from Isso are malformed, lacking a slash between the domain name and the identifier/post. For example: https://example.comname-of-the-post#isso-7. See isso-comments/isso#971.

Steps to Reproduce

  1. Enable Isso comments in the site.
  2. Enable mail notifications on the Isso setup.
  3. Configure page_id_is_slug = true in [extra.isso].
  4. Submit a comment on the blog.
  5. Receive an email notification and observe the malformed link.

Fixed in #211