summaryrefslogtreecommitdiff
path: root/source/_layouts
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-03-27 16:11:06 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-03-27 16:11:06 +0000
commitc09305bfcf14707ef8c6b46e4e39a03c42a5c746 (patch)
treecd04679b5fef0feac617d54b96636327a403a38c /source/_layouts
parent2d30971007ebc6a9a8c63f03504e5ff66667201c (diff)
Add post creating_an_ebook_with_markdown
Diffstat (limited to 'source/_layouts')
-rw-r--r--source/_layouts/post.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/post.blade.php b/source/_layouts/post.blade.php
index 9b2b6c5..faaf2ea 100644
--- a/source/_layouts/post.blade.php
+++ b/source/_layouts/post.blade.php
@@ -5,7 +5,7 @@
<header class="sm:flex sm:flex-row sm:justify-between p-4 pb-8 border-b border-green-100 border-dashed mb-8">
<div>
<h1 class="text-green-300 text-3xl font-bold">{{$page->title }}</h1>
- <p class="text-2xl">{{ $page->description }}</p>
+ <p class="text-green-600 text-2xl">{{ $page->description }}</p>
</div>
<div class="mt-8 sm:mt-0 text-right flex flex-row sm:flex-col">
<time class="inline-block p-2 order-2 sm:order-1 ml-2" datetime="{{ $page->getDate()->format('Y-m-d') }}">