added categories taxonomy for blog

This commit is contained in:
timurgordon
2022-02-11 11:19:47 +03:00
parent 1b584f8d4e
commit 4db8c88e3c
19 changed files with 145 additions and 103 deletions

View File

@@ -1,16 +1,11 @@
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-shrink-0">
<img class="h-48 w-full object-cover" src={{post.extra.imgPath}} alt="" />
<img class="h-48 w-full object-cover" src=/{{post.extra.imgPath}} alt="" />
</div>
<div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1">
<p class="text-sm leading-5 font-medium text-indigo-600">
<a href="#" class="hover:underline">
Blog
</a>
</p>
<a href={{ post.permalink }} class="block">
<h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900">
<h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900 text-left not-italic">
{{ post.title }}
</h3>
{% if post.description %}
@@ -23,7 +18,7 @@
<div class="mt-6 flex items-center">
<div class="flex-shrink-0">
<a href="#">
<img class="h-10 w-10 rounded-full" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="" />
<img class="h-10 w-10 rounded-full" src="/https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="" />
</a>
</div>
<div class="ml-3">