MLJ Trust Logo Image

${components.Highlight({ attribute: 'description_en', hit, cssClasses: {highlighted: 'bg-gold-500 text-white'} })}

`, }, }) ]); search.start(); // Redirect to /search page on form submission if not already there search.on('render', function() { const searchForm = document.querySelector('#searchbox form'); const searchInput = document.querySelector('#searchbox input'); if (searchForm && searchInput && !searchForm.dataset.redirectHandlerAttached) { searchForm.addEventListener('submit', function(e) { const currentPath = window.location.pathname; const isSearchPage = currentPath === '/search' || currentPath === '/search/'; if (!isSearchPage) { e.preventDefault(); const query = searchInput.value.trim(); const searchUrl = '/search/' + (query ? '?q=' + encodeURIComponent(query) : ''); window.location.href = searchUrl; } // If already on search page, allow normal form submission }); searchForm.dataset.redirectHandlerAttached = 'true'; } }); // Toggle filters visibility function toggleFilters(e) { e.preventDefault(); const filtersContainer = document.getElementById('filters'); if (filtersContainer) { const isShowing = filtersContainer.style.display !== 'flex'; filtersContainer.style.display = isShowing ? 'flex' : 'none'; if (isShowing) { filtersPanelVisible = true; search.helper.search(); } else { filtersPanelVisible = false; } } } // Hide hits when clicking outside the search area (except on /search page) (function() { const hitsContainer = document.getElementById('hits'); const searchContainer = document.getElementById('search-container'); const isSearchPage = window.location.pathname === '/search' || window.location.pathname.endsWith('/search/'); if (!hitsContainer || !searchContainer) return; // Skip hide-on-blur logic on the search page if (isSearchPage) return; // Hide hits when clicking outside the search container document.addEventListener('click', function(event) { if (!searchContainer.contains(event.target)) { hitsContainer.style.display = 'none'; } }); // Hide hits when search input loses focus search.on('render', function() { const searchInput = document.querySelector('#searchbox input'); if (searchInput && !searchInput.dataset.blurHandlerAttached) { searchInput.addEventListener('blur', function() { // Small delay to allow clicks on hits to register first setTimeout(function() { const activeElement = document.activeElement; const hitsElement = document.getElementById('hits'); // Only hide if focus didn't move to hits container or its children if (activeElement !== hitsElement && !hitsElement?.contains(activeElement)) { hitsContainer.style.display = 'none'; } else { console.log('displaying hits'); hitsContainer.style.display = 'flex'; } }, 150); }); searchInput.dataset.blurHandlerAttached = 'true'; } }); window.addEventListener('click', function(event) { const searchContainer = document.getElementById('search-container'); if (searchContainer.contains(event.target) && (search.helper.state.query.trim() !== '')) { hitsContainer.style.display = 'flex'; } else { hitsContainer.style.display = 'none'; } }); })(); // Ensure input field is populated with query string value after render if (initialQuery) { const searchInput = document.querySelector('#searchbox input'); if (searchInput && searchInput.value !== initialQuery) { searchInput.value = initialQuery; } } // Hide hits initially and show only when there's a search query search.on('render', function() { const toggleButton = document.getElementById('toggle-filters'); if (toggleButton && !toggleButton.dataset.listenerAttached) { toggleButton.addEventListener('click', toggleFilters); toggleButton.dataset.listenerAttached = 'true'; } const query = search.helper.state.query; const hitsContainer = document.getElementById('hits'); const hasBookFilter = search.helper.hasRefinements('scripture_books'); const hasChapterFilter = search.helper.hasRefinements('scripture_chapters'); const hasTopicFilter = search.helper.hasRefinements('topic_names_en'); const hasFilter = hasBookFilter || hasChapterFilter || hasTopicFilter; const isSearchPage = window.location.pathname === '/search' || window.location.pathname.endsWith('/search/'); // Disable chapter filter when no book is selected const chapterFilterContainer = document.querySelector('#chapter-filter select'); if (chapterFilterContainer) { if (!hasBookFilter) { chapterFilterContainer.disabled = true; // Clear chapter selection when book is deselected if (hasChapterFilter) { search.helper.clearRefinements('scripture_chapters'); search.helper.search(); } } else { chapterFilterContainer.disabled = false; } } // On search page, always show hits. Otherwise, show only when there's a query or filter if (isSearchPage || (query && query.trim() !== '') || hasFilter) { hitsContainer.style.display = 'flex'; } else { hitsContainer.style.display = 'none'; } });

The Sermon Library of Dr. Martyn Lloyd-Jones

David Martyn Lloyd-Jones (20 December 1899-1 March 1981) was a Welsh Protestant minister, preacher and medical doctor who was influential in the Reformed wing of evangelicalism in the 20th century. For almost 30 years, he was the minister of Westminster Chapel in London.

Sermon Library
Dr. Martyn Lloyd-Jones | Famous Sermons | Gospel Preaching app

● Today's Daily Sermon β€” August 17, 2026

Riches of His Inheritance

Ephesians 1:18

There are common objections to Christianity. Christianity is only for the weak. It is of no consequence today because it does not care about what is happening in the β€œreal” world. Christianity is a waste of time because it is caught-up in other-worldly matters. These objections are as common today as they were in Dr. Martyn Lloyd-Jones’s day. In this sermon on inheritance from Ephesians 1:18 titled β€œRiches of His Inheritance,” Dr. Lloyd-Jones meets the objections head on and points to the reality that the Bible does call Christians to fix their minds on the world to come. What is important is that this is a good thing for this world. Looking to the list of faithful men and women of Scripture and of history, Dr. Lloyd-Jones argues that the ones who did the most for this world had their eyes set on the world to come. The greatest benefactors of this world are those men and women of God who were concerned about the inheritance of the saints. If humanity forgets the next world, everything goes wrong for this world. To be uninterested in the glory to be revealed in heaven is to be unlike the Lord Jesus Christ himself. The Christian must be fixed on the glory to come when they will be with God.

Listen Now View Sermon

Subscribe

Explore the Sermons

Latest Blog Post

New Sermon Alert! Calvin: Servant of the Word

August 12th, 2026

Why Calvin Matters 400 Years Later by J.I. Packer In this presentation at the 1964 Puritan Conference, J.I. Packer commemorates the 400th anniversary of the death of John Calvin and …

All Posts

Welcome to Dr. Martyn Lloyd-Jones’s collection of major sermons, designed to bring you closer to the powerful preaching of Dr. Lloyd-Jones through convenient access to sermon audio and online sermons.