Fixing the sizing on images in feeds and posts
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 19s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 19s
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
{{ if .Params.Description }}
|
||||
<div class="container">
|
||||
<h5>{{ .Params.Description }}</h5>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if .Params.Thumbnail }}
|
||||
{{ if .Params.ContentThumbnail }}
|
||||
<a href="{{ .Params.Thumbnail }}">
|
||||
<img class="card-img" src="{{ .Params.Thumbnail }}">
|
||||
</a>
|
||||
{{ if .Params.Thumbnail }}
|
||||
{{ if .Params.ContentThumbnail }}
|
||||
<a href="{{ .Params.Thumbnail }}">
|
||||
<img class="card-img" src="{{ .Params.Thumbnail }}">
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="container">{{ .Content }}</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user