Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
changed paragraph about motto to paragraph about afternoon opening with betzavta method
  • Loading branch information
einhornwolle authored Apr 8, 2024
1 parent 591571d commit 8d86438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import huell from '../images/huell.webp';
import paper from '../images/paper.webp';
import * as introText from '../content/shorts/01-intro.md';
import * as mottoText from '../content/shorts/04-motto.md';
import * as betzavtaText from '../content/shorts/05-betzavta.md';
import * as locationText from '../content/shorts/02-location.md';
import * as actionText from '../content/shorts/03-call-to-action.md';
import * as mainInfo from '../content/main-infos.md';
Expand Down Expand Up @@ -70,8 +70,8 @@ import * as mainInfo from '../content/main-infos.md';
<div class="container mt-5">
<div class="row align-items-center">
<div>
<h2 class="text-primary">{mottoText.frontmatter.title}</h2>
<p set:html={mottoText.compiledContent()} />
<h2 class="text-primary">{betzavtaText.frontmatter.title}</h2>
<p set:html={betzavtaText.compiledContent()} />
</div>
</div>
</div>
Expand Down

0 comments on commit 8d86438

Please sign in to comment.