mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
chore(article-link): use old naming of css class name
though the new thumbnail--xxx naming is cleaner but this kind of change should be postponed until a major release
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<div class="min-w-full">
|
||||
<div class="border-neutral-200 dark:border-neutral-700 border-2 rounded overflow-hidden shadow-2xl relative">
|
||||
{{ with $featuredURL }}
|
||||
<figure class="not-prose flex-none relative overflow-hidden thumbnail--card">
|
||||
<figure class="not-prose flex-none relative overflow-hidden thumbnail_card">
|
||||
<img
|
||||
src="{{ . }}"
|
||||
alt="{{ $.Page.Title }}"
|
||||
|
||||
Reference in New Issue
Block a user