Skip to content

Conversation

@akiva10b
Copy link
Contributor

The favicon links in base.html use {{ active_module }} to construct paths like /static/icons/{{ active_module }}/favicon.ico. However, render_template() was not passing active_module to the template context, causing the favicon path to be incomplete on pages using this function.

This resulted in bookmarks of the homepage showing a default globe icon instead of the Sefaria samech favicon.

https://claude.ai/code/session_01B8CFbT8vgvTWyjXAHrpDRp

Description

A brief description of the PR

Code Changes

The following changes were made to the files below

Notes

Any additional notes go here

The favicon links in base.html use {{ active_module }} to construct
paths like /static/icons/{{ active_module }}/favicon.ico. However,
render_template() was not passing active_module to the template context,
causing the favicon path to be incomplete on pages using this function.

This resulted in bookmarks of the homepage showing a default globe icon
instead of the Sefaria samech favicon.

https://claude.ai/code/session_01B8CFbT8vgvTWyjXAHrpDRp
@mergify
Copy link

mergify bot commented Jan 28, 2026

🧪 CI Insights

Here's what we observed from your CI run for 431a0ab.

❌ Job Failures

Pipeline Job Health on master Retries 🔍 CI Insights 📄 Logs
Continuous Continuous Testing: PyTest Broken 0 View View

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants