trying to fix the default rss feed image

This commit is contained in:
Greg Gauthier 2021-12-03 00:04:27 +00:00
parent 72874a7dd1
commit 943c641314

View File

@ -10,12 +10,12 @@
</div> </div>
<br/> <br/>
</span> </span>
<span> <div class="featured-image">
{{ if isset .Params "image" }} {{ if isset .Params "image" }}
<img src="{{ with .Params.image }}{{ . }}{{ end }}" width="98%" height="385px" <img src="{{ with .Params.image }}{{ . }}{{ end }}" width="98%" height="385px"
style="border-color: #777777; border-width: thin; border-style: solid"/> style="border-color: #777777; border-width: thin; border-style: solid"/>
{{ end }} {{ end }}
</span> </div>
{{ $baseUrl := .Site.BaseURL }} {{ $baseUrl := .Site.BaseURL }}
<br/> <br/>