{{ with .Site.Params.homepage.homepageImage }}
                    {{ $homepageImage := resources.Get . }}
                    {{ if $homepageImage }}
                    
                    
                    
                    {{ end }}
                    {{ end }}
                
                
                    {{ with .Site.Author.image }}
                    {{ $authorImage := resources.Get . }}
                    {{ if $authorImage }}
                    {{ $authorImage := $authorImage.Fill "288x288" }}
                    
                    {{ end }}
                    {{ end }}
                    {{ .Content | emojify }} 
                
            {{ .Site.Author.name | default .Site.Title }}
{{ with .Site.Author.headline }}{{ . | markdownify | emojify }}
{{ end }}
                        {{ with .Site.Author.links }}
                        
                    
                            {{ range $links := . }}
                            {{ range $name, $url := $links }}
                            {{ partial
                                "icon.html" $name }}
                            {{ end }}
                            {{ end }}
                        
                        {{ end }}