Fix banner image path on the 404 page

This commit is contained in:
Helen Chong 2024-06-10 17:54:37 +08:00
parent bd451af064
commit f7b41516aa
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</head>
<body>
<main>
<img src="/assets/leilukin/Leilukins-Hub-website-banner.png" alt="{{ sitemeta.siteName }} website banner">
<img src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="{{ sitemeta.siteName }} website banner">
<h1>{{ h1 }}</h1>
{{ content | safe }}