mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 15:25:19 +05:30
feat: server setup intro blog
This commit is contained in:
10
templates/shortcodes/image.html
Normal file
10
templates/shortcodes/image.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="flex justify-center my-4">
|
||||
<img
|
||||
src="{{ get_url(path=url) | safe }}"
|
||||
alt="{{ page.title }}"
|
||||
class="max-w-full max-h-100 object-cover border border-gray-600 rounded-2xl"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
onclick="openFullscreenImage(this)"
|
||||
/>
|
||||
</div>
|
||||
Reference in New Issue
Block a user