Add headshot
This commit is contained in:
@@ -4,4 +4,4 @@ date: 2023-05-09T09:51:10-04:00
|
|||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Placeholder
|
{{<dither "headshot.png" />}}
|
||||||
|
|||||||
BIN
content/pages/headshot.png.enc
Normal file
BIN
content/pages/headshot.png.enc
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
{{ $file := printf "%s%s" .Page.RelPermalink (.Get 0) }}
|
{{ $file := printf "%s%s" .Page.File.Dir (.Get 0) }}
|
||||||
{{ $geo := .Get 1 }}
|
{{ $geo := .Get 1 }}
|
||||||
{{ $img := resources.GetRemote (printf "%s%s?geo=%s" (getenv "DITHER_SERVER") $file $geo) }}
|
{{ $img := resources.GetRemote (printf "%s/%s?geo=%s" (getenv "DITHER_SERVER") $file $geo) }}
|
||||||
{{ $imgClass := .Get 2 }}
|
{{ $imgClass := .Get 2 }}
|
||||||
|
|
||||||
<a href="{{ $img.RelPermalink }}">
|
<a href="{{ $img.RelPermalink }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user