1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 16:21:19 -04:00

commit fetched oEmbed data (tweets, etc.) in case they disappear

[skip ci]
This commit is contained in:
2020-07-28 11:27:24 -04:00
parent 164da758ec
commit f5acb5d5e0
120 changed files with 427 additions and 11 deletions

View File

@@ -8,8 +8,9 @@ sitemap:
---
{{< portrait.inline >}}
{{ $photoImg := resources.Get "img/me_sm.jpg" }}
<img id="me" src="{{ $photoImg.Permalink }}" width="{{ div $photoImg.Width 2 }}" height="{{ div $photoImg.Height 2 }}" alt="Photo of Jake Jarvis">
{{ $meImg := resources.Get .Site.Author.image }}
{{ $meImgSm := $meImg.Resize "320x320 q90 jpg" }}
<img id="me" src="{{ $meImgSm.Permalink }}" width="{{ div $meImgSm.Width 2 }}" height="{{ div $meImgSm.Height 2 }}" alt="Photo of Jake Jarvis">
{{</ portrait.inline >}}
## Hi there! I'm Jake. <span class="wave">👋</span>