style update mainpage

This commit is contained in:
2023-08-25 20:42:45 +02:00
parent 99feead949
commit ab117aaa98
55 changed files with 118 additions and 705 deletions

View File

@@ -8,11 +8,11 @@
src='{{ "/img/default.jpg" | relURL }}'>
{{ end }}
<div
class="border-r border-b border-l border-gray-400 lg:border-l-0 lg:border-t lg:border-gray-400 relative pl-4 p-6 justify-between leading-normal max-w-full w-full">
<div class="text-gray-900 font-bold text-xl mb-2">{{ .Title }}</div>
<p class="text-gray-700 text-base pb-5">{{ substr .Summary 0 130 | plainify | htmlUnescape }}...</p>
<p class="text-sm text-gray-600 items-center">
class="border-r border-b border-l border-green-custom lg:border-l-0 lg:border-t lg:border-green-custom relative pl-4 p-6 justify-between leading-normal max-w-full w-full">
<div class="text-green-custom font-bold text-xl mb-2">{{ .Title }}</div>
<p class="text-white-custom text-base pb-5">{{ substr .Summary 0 130 | plainify | htmlUnescape }}...</p>
<p class="text-sm text-lightgray-custom items-center">
<time>{{ .Date.Format "2006/01/02" }}</time>
</p>
</div>
</div>
</div>