Removing ContentThumbnail from archetype
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 34s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 34s
This commit is contained in:
@@ -3,6 +3,5 @@ title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
description: null
|
||||
date: {{ .Date }}
|
||||
thumbnail: null
|
||||
ContentThumbnail: true
|
||||
article: false
|
||||
---
|
||||
|
||||
@@ -5,12 +5,11 @@
|
||||
<div class="container">
|
||||
<h5>{{ .Params.Description }}</h5>
|
||||
{{ if .Params.Thumbnail }}
|
||||
{{ if .Params.ContentThumbnail }}
|
||||
<a href="{{ .Params.Thumbnail }}">
|
||||
<img class="card-img" src="{{ .Params.Thumbnail }}">
|
||||
<p>zingus</p>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="container">{{ .Content }}</div>
|
||||
|
||||
Reference in New Issue
Block a user