{{ if and ($.Param "featured_image") (eq ($.Param "sidebarPosition") "right") }}
    
    {{ else if and ($.Param "image") (eq ($.Param "sidebarPosition") "right") }}
    
      
        
         {{ if .GitInfo }}  {{ end }}  · ☕ {{ .ReadingTime }} {{ i18n "reading-time" }} {{ with $.Param "author" }}· {{if $.Param "authorEmoji" }}{{ $.Param "authorEmoji" }}{{ else }}✍️{{ end }} {{ . }}{{ end }}
      
      
        
          {{ with .Params.description }}
            {{ . }}
          {{ else }}
            {{ .Summary | safeHTML }}
          {{ end }}
        
       
     
    {{ if and ($.Param "featured_image") (eq ($.Param "sidebarPosition") "left") }}
    
    {{ else if and ($.Param "image") (eq ($.Param "sidebarPosition") "left") }}