forked from hero/www_hero_project
fix text
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user