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
1 changed files with 4 additions and 4 deletions

View File

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