Skip to content

Commit

Permalink
test title
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyoob committed Mar 15, 2024
1 parent a1f7af4 commit 76ad9e4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@
<div class="mt-5 {{ include.type | default: 'list' }}__item">
<article class="archive__item md:grid md:grid-cols-4 md:items-baseline">
<div class="group relative flex flex-col items-start md:col-span-3">
<h2 itemprop="headline" class="archive__item-title no_toc text-base font-semibold tracking-tight text-zinc-800 dark:text-zinc-100">
<!-- <h2 itemprop="headline" class="archive__item-title no_toc text-base font-semibold tracking-tight text-zinc-800 dark:text-zinc-100">
<div class="absolute -inset-x-4 -inset-y-6 z-0 scale-95 bg-zinc-50 opacity-0 transition group-hover:scale-100 group-hover:opacity-100 sm:-inset-x-6 sm:rounded-2xl dark:bg-zinc-800/50">
</div>
<a href="{{ post.link }}">
<a href="{{ post.link }}"> -->
<!-- <span class="absolute -inset-x-4 -inset-y-6 z-20 sm:-inset-x-6 sm:rounded-2xl"></span><span class="relative z-10">
</span> -->
{{ title }}
<!-- {{ title }}
</a>
</h2> -->

<h2 itemprop="headline" class="archive__item-title no_toc text-base font-semibold tracking-tight text-zinc-800 dark:text-zinc-100">
<a href="{{ post.link }}">{{ title }}</a>
</h2>



{% if post.excerpt %}<p itemprop="description" class="archive__item-excerpt relative z-10 mt-2 text-sm text-zinc-600 dark:text-zinc-400">{{ post.excerpt | markdownify | strip_html | truncate: 160 }}</p>{% endif %}
</div>

Expand Down

0 comments on commit 76ad9e4

Please sign in to comment.