update blog
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
<body>
 | 
			
		||||
 | 
			
		||||
  <div class="md:grid md:grid-cols-2 md:gap-8 relative mt-16 lg:mt-16 items-center container mx-auto">
 | 
			
		||||
    <div class="relative lg:ml-8 my-8 w-full mx-4 md:w-auto">
 | 
			
		||||
    <div class="relative lg:ml-8 my-8 w-full md:w-auto">
 | 
			
		||||
      <h3 class="text-base not-italic leading-6 text-gray-600">FEATURED POST</h3>
 | 
			
		||||
      <a href={{featured.permalink}} class="">
 | 
			
		||||
        <h2
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="mx-4 relative lg:mt-0 max-w-full">
 | 
			
		||||
      <img class="relative mx-auto md:w-auto rounded md:max-w-full max-h-80" src=/{{featured.extra.imgPath}} alt="" />
 | 
			
		||||
      <img class="relative mx-auto md:w-auto rounded md:max-w-full max-h-80" src={{featured.permalink}}{{featured.extra.imgPath}} alt="" />
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user