edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 3b616c91b8ccdac4631217ca46bb72d2c2da4d25
parent ad898314ab19f4c85028c662002eef6760faad49
Author: Ed van Bruggen <ed@edryd.org>
Date:   Mon,  8 Jun 2026 20:53:46 -0400

Add daily quote label

Diffstat:
Mlayouts/index.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html @@ -32,6 +32,8 @@ <div class="links text-center display-4"> {{ partial "links.html" }} </div> + <br/> + <h4 style="text-align:center;"><i>DAILY QUOTE</i></h4> {{ partial "quote.html" (index (shuffle $.Site.Data.quotes.quotes) 0) }} </div> </div>