File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <div class="w-[146px] sm:w-[176px] flex items-center mb-8 z-50 ">
3131 <img
3232 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"
3636 class="rounded-full"
37+ loading="lazy"
3738 />
3839 </div>
3940 </div>
Original file line number Diff line number Diff line change 1414 <header class="entry-header ">
1515 <h1 class="text-white md:text-5xl text-4xl "><strong><?php the_title (); ?> </strong></h1>
1616 <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" >
1818
1919 <p class="ml-2 text-sm text-gray-300">Mazdak Pakaghideh / <?php the_date (); ?> </p>
2020 </div>
You can’t perform that action at this time.
0 commit comments