This commit is contained in:
sasha-astiadi
2024-05-21 07:34:29 +02:00
parent 087a92d65d
commit 2ad5458382
47 changed files with 923 additions and 324 deletions

View File

@@ -4,7 +4,7 @@
<img src="{{url}}" alt="{{page.title ~ ' Picture'}}" />
<div>
<h2 class="text-2xl">{{page.title}}</h2>
<div class="text-md text-gray-700 text-left line-clamp-3 text-ellipsis">
<div class="text-gray-700 text-left line-clamp-3 text-ellipsis">
{% if page.description %}
{{page.description}}
{% else %}