File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 30
30
<div class="w-[146px] sm:w-[176px] flex items-center mb-8 z-50 ">
31
31
<img
32
32
alt="Mazdak Pakaghideh"
33
- height={ 176}
34
- width={ 176}
35
- src="https://mazdak.dev /assets/images/Mazdak-Pakaghideh.png"
33
+ height=" 176"
34
+ width=" 176"
35
+ src="<?php echo get_template_directory_uri (); ?> /assets/images/Mazdak-Pakaghideh.png"
36
36
class="rounded-full"
37
+ loading="lazy"
37
38
/>
38
39
</div>
39
40
</div>
Original file line number Diff line number Diff line change 14
14
<header class="entry-header ">
15
15
<h1 class="text-white md:text-5xl text-4xl "><strong><?php the_title (); ?> </strong></h1>
16
16
<div class="flex flex-row mt-8">
17
- <img alt="Mazdak Pakaghideh" src="https://mazdak.dev/ assets/images/avatar.jpeg " class="rounded-full md:w-[24px] md:h-[24px] w-[20px] h-[20px]" loading="lazy" >
17
+ <img alt="Mazdak Pakaghideh" src="<?php echo get_template_directory_uri (); ?> / assets/images/Mazdak-Pakaghideh.png " class="rounded-full md:w-[24px] md:h-[24px] w-[20px] h-[20px]" loading="lazy" >
18
18
19
19
<p class="ml-2 text-sm text-gray-300">Mazdak Pakaghideh / <?php the_date (); ?> </p>
20
20
</div>
You can’t perform that action at this time.
0 commit comments