2025-07-09 03:20:16 -04:00
|
|
|
<p class="site-title">
|
|
|
|
|
Merry Christmas!
|
2025-07-15 13:19:34 -04:00
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div x-data="{ quoteSel: {}, quoteIndex: -1 }" x-init="quoteSel = (await quotesForPage.getRandomQuoteAsync())">
|
|
|
|
|
<blockquote x-text="quoteSel.quote">
|
|
|
|
|
</blockquote>
|
|
|
|
|
<p class="cited-source"><span x-text="quoteSel.attribution"></span>, <cite x-text="quoteSel.source"></cite></p>
|
|
|
|
|
<input type="hidden" x-model="quoteIndex" />
|
|
|
|
|
</div>
|