mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Added reading time timer
This commit is contained in:
@ -1,24 +0,0 @@
|
||||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
---
|
||||
|
||||
<style>
|
||||
.header {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<BaseLayout>
|
||||
<div class="header">
|
||||
<h1>Title</h1>
|
||||
<p>
|
||||
<small>
|
||||
Posted
|
||||
<time datetime="#">#</time>
|
||||
by Valentin Popov ‐
|
||||
<strong>1 min read</strong>
|
||||
</small>
|
||||
</p>
|
||||
</div>
|
||||
<slot />
|
||||
</BaseLayout>
|
Reference in New Issue
Block a user