Skip to content

Welcome to the new Reverent Lutheran Beta.

This staging beta is for testing and feedback. User accounts created here will not be migrated to the final site, and the site is still subject to change. Native iOS and Android apps will launch after the site leaves beta. Please send suggestions, corrections, and feedback through the contact page.

Lectionary Website Widget

Share the historic one-year lectionary date and readings on your church, school, or personal website with a small copy-and-paste embed.

Add Reverent Lutheran to Your Site

The widget displays the current church-year date, color, and lectionary reading references. It does not embed Bible text. Visitors can follow the full readings link back to Reverent Lutheran for the selected calendar date.

One-year calendar

Historic Lutheran lectionary dates and readings.

No dependencies

A plain HTML block and small JavaScript file.

Attribution included

The widget links back to ReverentLutheran.com.

Preview

July 11, 2026

Saturday of Trinity 5

Trinity 5

Lectionary Readings

Old Testament

Judg. 6:25-40

Epistle

Acts 15:6-21

View full readings Provided by ReverentLutheran.com

Configure the Widget

Choose a compact or full card, decide whether to show psalm references, then copy the generated code.

Copy This Code

Paste the snippet where you want the widget to appear.

<div data-rl-lectionary
     data-theme="light"
     data-layout="compact"
     data-show-readings="true"
     data-show-psalms="false"></div>
<script async src="https://www.reverentlutheran.com/embed/lectionary.js"></script>

Iframe Fallback

Use this version if your website does not allow external JavaScript embeds.

<iframe
  title="Reverent Lutheran Lectionary"
  src="https://www.reverentlutheran.com/embed/lectionary?theme=light&layout=compact&show_readings=true&show_psalms=false"
  width="100%"
  height="420"
  loading="lazy"
  style="border:0;overflow:hidden;"
></iframe>

Configuration Reference

data-theme

light | dark

Controls the widget color treatment.

data-layout

card | compact

Chooses a fuller card or a tighter layout.

data-show-psalms

true | false

Shows or hides the daily psalm references.

data-date

YYYY-MM-DD

Optional. Omit it to use the current date.

data-show-readings

true | false

Optional. Set to false when you only want the church-year date.