Fixing the scripts page list items
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 21s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 21s
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
{{ if .Page.Params.Article }}
|
||||
<p class="card-text">{{ .Description }}</p>
|
||||
{{ else }}
|
||||
<p class="card-text">{{ .Content }}</p>
|
||||
{{ if not (hasPrefix .Page.Path "/scripts") }}
|
||||
<p class="card-text swag">{{ .Page.Content }}</p>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if .Page.Params.Thumbnail }}
|
||||
<a href="{{ .Params.Thumbnail }}">
|
||||
|
||||
Reference in New Issue
Block a user