Update web/templates/entry_view.html

This commit is contained in:
Joshua Laymon 2025-08-14 18:37:28 +00:00
parent afbb52ed8a
commit 3571ebcdcc

View File

@ -1,4 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block body_class %}themed-bg{% endblock %}
{% load static %} {% load static %}
{% block content %} {% block content %}
@ -10,8 +11,8 @@
{% if subject_list %} {% if subject_list %}
{% for s in subject_list %} {% for s in subject_list %}
<a <a
class="chip chip-link chip-subject" class="chip chip-subject"
href="https://wol.jw.org/en/wol/l/r1/lp-e?q={{ s }}" href="https://wol.jw.org/en/wol/s/r1/lp-e?q={{ s }}"
target="_blank" rel="noopener" target="_blank" rel="noopener"
title="Search WOL for {{ s }}" title="Search WOL for {{ s }}"
>{{ s }}</a> >{{ s }}</a>