This commit is contained in:
2024-08-19 14:46:38 +02:00
parent 526c6aaf7c
commit 4572d10923
8 changed files with 66 additions and 19 deletions

View File

@@ -24,7 +24,7 @@
<div>
<article class="article lg:w-4/6 mx-auto">
<h1 class="lg:text-5xl text-2xl font-medium leading-none mt-0 text-gray-700">
<h1 class="lg:text-5xl text-2xl font-medium leading-none mt-0 text-gray-50">
{{ page.title }}
</h1>
@@ -55,9 +55,9 @@
<div class="pl-3 flex flex-col text-xs leading-none uppercase">
{% if author %}
<a href="{{author.permalink}}" class="text-gray-700 text-xs">{{ author.title }}</a>
<a href="{{author.permalink}}" class="text-gray-50 text-xs">{{ author.title }}</a>
{% endif %}
<p class="text-gray-700 text-xs">
<p class="text-gray-50 text-xs">
<time datetime="{{ page.date }}"> {{ page.date | date(format="%B %e, %Y", timezone="America/Chicago")
}}</time><br />
<span id="time"