diff options
author | kitty piapiac <kcp@bsd.computer> | 2024-10-03 06:13:41 +0100 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2024-10-03 06:13:41 +0100 |
commit | 69a6187804aff44f48fe9047895e8c027ad5bf3f (patch) | |
tree | 9ca02720f3ed94512b77e490fadf62969842e544 /templates/card.html |
Diffstat (limited to 'templates/card.html')
-rw-r--r-- | templates/card.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/card.html b/templates/card.html new file mode 100644 index 0000000..3528c51 --- /dev/null +++ b/templates/card.html @@ -0,0 +1,20 @@ +<style type="text/css"> +.timestamp { + color: var(--text-light); + font-size: 0.9rem; +} +aside { + max-width: 40%; + width: fit-content; + padding: 1rem; +} +</style> + +<aside> + <div class="timestamp">Created at $date$</div> + <div class="timestamp">Modified at $dateModified$</div> +</aside> + +<article class="card"> +$body$ +</article> |