new posts and layouts from thailand

This commit is contained in:
2024-04-05 16:45:07 +02:00
parent 7e7deef055
commit 6c14bd9e35
101 changed files with 242 additions and 72472 deletions
@@ -1,6 +1,6 @@
<div class="m-4">
<div class="mt-6 mb-4">
<div class="mb-4">
<a class="text-3xl font-bold text-neutral-800" href="{{ .Permalink }}"
<a class="text-3xl font-bold text-neutral-600" href="{{ .Permalink }}"
>{{ .Title }}</a
>
</div>
@@ -8,8 +8,8 @@
<div class="flex flex-col justify-center h-fit mb-2">
{{ $image := .Resources.GetMatch "header" }}
{{ with $image }}
{{ $image := $image.Crop "512x512 Center" }}
<img class="" src="{{ $image.RelPermalink }}" />
{{ $image := $image.Fill "512x512 Center webp" }}
<img class="md:mt-2" src="{{ $image.RelPermalink }}" />
{{ end }}
<span class="mt-4 text-neutral-500">{{ .Param "author" }}</span>
<span class="text-neutral-500"
@@ -18,9 +18,9 @@
</div>
<div class="prose lg:col-span-2">
{{ .Summary }}
<div class="mt-6">
<div class="mt-4 md:mt-6">
<a
class="underline text-primary-600 hover:text-primary-500"
class="underline text-tertiary-600 hover:text-tertiary-500 visited:text-primary-400"
href="{{ .Permalink }}"
>Weiterlesen...</a
>