forked from hero/www_hero_project
fix blog
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<h1 class="lg:text-4xl text-2xl font-medium leading-none mt-0">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<div class="lg:text-xl text-base pt-4 pb-10 text-gray-700">{{ page.description }}</div>
|
||||
<div class="lg:text-xl text-base pt-4 pb-10 text-gray-50">{{ page.description }}</div>
|
||||
</section>
|
||||
<section class="post-author-list mb-10 mx-0">
|
||||
<div class="flex items-center">
|
||||
@@ -89,7 +89,7 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</p>
|
||||
<p class="text-gray-700">
|
||||
<p class="text-gray-50">
|
||||
<time datetime="{{page.date}}">
|
||||
{{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") }}
|
||||
</time>
|
||||
@@ -114,7 +114,7 @@
|
||||
mx-auto
|
||||
relative
|
||||
font-serif
|
||||
text-gray-700
|
||||
text-gray-50
|
||||
">
|
||||
<div class="post-content-text text-xl">{{ content | safe }}</div>
|
||||
</section>
|
||||
@@ -132,7 +132,7 @@
|
||||
border
|
||||
hover:border-blue-500
|
||||
border-gray-600
|
||||
text-gray-700
|
||||
text-gray-50
|
||||
rounded-full
|
||||
">{{ tag }}</a>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user