diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | README | LICENSE

commit c07329814e9b446e5bcb7a022a3d0d41d4860667
parent 6716d6cc2dc9fcc09ebd47ee838b381bc7600234
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 20 Feb 2023 19:49:38 +0100

fix: demo gif filename

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -11,7 +11,7 @@ title: Home <h1 class="page-title">Demo</h1> </header> <div class="page-content"> - <img src="{{ '/assets/images/demo.png' | relative_url }}" alt="diary-demo" /> + <img src="{{ '/assets/images/demo.gif' | relative_url }}" alt="diary-demo" /> </div> <header class="page-header"> <h1 class="page-title">Quickstart</h1>