mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:41:18 -04:00
style & homepage tweaks
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{{- $imagePath := "" }}
|
||||
{{- $image := "" }}
|
||||
{{- with .Params.image }}
|
||||
{{- $imagePath = (printf "%s%s%s%s" "content" ($.OutputFormats.Get "html").RelPermalink "images/" .) }}
|
||||
{{- $image = resources.Get (printf "%s%s%s%s" "content" ($.OutputFormats.Get "html").RelPermalink "images/" .) }}
|
||||
{{- end }}
|
||||
{{- $image := resources.Get $imagePath -}}
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
|
Reference in New Issue
Block a user