trying to fix the default rss feed image
This commit is contained in:
parent
72874a7dd1
commit
943c641314
@ -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/>
|
||||
|
Loading…
Reference in New Issue
Block a user