File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -559,15 +559,15 @@ <h3 class="text-lg font-medium">{{ month_year }}</h3>
559
559
< div class ="bg-[#39404b] p-4 rounded-lg hover:ring-2 hover:ring-indigo-500 transition-all duration-200 ">
560
560
< div class ="flex items-start gap-4 ">
561
561
< div class ="flex-shrink-0 order-0 ">
562
- < a href ="{{ media.item.url }} ">
562
+ < a href ="{{ media.item|media_url }} ">
563
563
< img alt ="{{ media.item }} "
564
564
class ="w-16 h-24 rounded-md bg-[#3e454d] {% if media.item.image != IMG_NONE %}object-cover{% endif %} hover:opacity-80 transition-opacity "
565
565
src ="{{ media.item.image }} ">
566
566
</ a >
567
567
</ div >
568
568
< div class ="flex-1 min-w-0 ">
569
569
< h4 class ="font-medium ">
570
- < a href ="{{ media.item.url }} "
570
+ < a href ="{{ media.item|media_url }} "
571
571
class ="hover:text-indigo-400 transition-colors line-clamp-2 "> {{ media.item }}</ a >
572
572
</ h4 >
573
573
< div class ="text-sm text-gray-400 mt-1 ">
You can’t perform that action at this time.
0 commit comments