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

fix post titles not shrinking on mobile view, and clean up optimize-image partial

This commit is contained in:
2020-07-14 20:29:49 -04:00
parent f5a38a71e9
commit a583a3a0e7
10 changed files with 159 additions and 147 deletions

View File

@@ -7,7 +7,7 @@
{{- end -}}
{{- end -}}
{{/* Article image */}}
{{/* Page image (via frontmatter) */}}
{{- with .Params.image -}}
{{- with $.Page.Resources.GetMatch . -}}
{{- $.Scratch.Set "pageImage" . -}}