mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-20 15:13:39 +09:00
improve testimonial cards, fix some minor issues
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ const { Content } = await entry.render();
|
||||
<div class="container">
|
||||
<div class="row justify-center">
|
||||
<div class="text-center sm:col-10 md:col-8 lg:col-6">
|
||||
<img class="mb-8 w-full" src="images/404.png" alt="page not found" />
|
||||
<img class="mb-8 w-full" src="/images/404.png" alt="page not found" />
|
||||
<h1 class="h2 mb-4" set:html={markdownify(entry.data.title)} />
|
||||
<Content />
|
||||
<a href="/" class="btn btn-primary mt-8">Back To Home</a>
|
||||
|
||||
Reference in New Issue
Block a user