diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html
index 4c07620..34e0d0c 100644
--- a/kjvstudy_org/templates/base.html
+++ b/kjvstudy_org/templates/base.html
@@ -1849,7 +1849,7 @@
if (document.body && document.body.dataset && document.body.dataset.resourceReader === 'true') {
e.preventDefault();
var highlighted = document.querySelector('[style*="outline: 2px solid"]') || document.querySelector('[style*="outline:2px solid"]');
- var candidates = Array.from(document.querySelectorAll('article p, section p, li, blockquote')).filter(function(el) {
+ var candidates = Array.from(document.querySelectorAll('article p, section p, li, blockquote, .intro-text, .apostle-description, .name-description, .prophet-description, .festival-description, .resource-description')).filter(function(el) {
return (el.textContent || '').trim().length > 10;
});
var textBlocks = [];
diff --git a/kjvstudy_org/templates/twelve_apostles.html b/kjvstudy_org/templates/twelve_apostles.html
index 119ffe5..0d40432 100644
--- a/kjvstudy_org/templates/twelve_apostles.html
+++ b/kjvstudy_org/templates/twelve_apostles.html
@@ -188,7 +188,7 @@
{% endblock %}
{% block content %}