diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 2a60e6d..c3f4a79 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,5 @@ -import Link from 'next/link'; import React from 'react'; +import Link from 'next/link'; const Footer: React.FC = () => { const currentYear = new Date().getFullYear(); @@ -32,6 +32,11 @@ const Footer: React.FC = () => { Archive +
+ The 1689 Baptist Confession of Faith, also called the Second London Baptist Confession, was written by Particular Baptists in England who were concerned that their Calvinistic theological positions would be misunderstood. +
++ This confession follows the Westminster Confession of Faith and the Savoy Declaration in its doctrine, but with Baptist distinctives related to baptism and church polity. +
++ {showScripture ? 'Hover over references to see Scripture text' : 'Scripture tooltips are hidden'} +
++ {renderTextWithReferences(confession.chapters[activeChapter].paragraphs[paraNum])} +
+