update draft

This commit is contained in:
John Bowdre 2024-04-27 22:47:09 -05:00
parent 90804909ad
commit d1f2ac7536

View file

@ -256,7 +256,8 @@ All I need to do is get it to pull the font resource from a web address rather t
{{ $text = .Site.Params.Description }} {{ $text = .Site.Params.Description }}
{{- end }} {{- end }}
{{- if .IsPage }} <!-- [tl! collapse:start ] --> <!-- [tl! collapse:start ] -->
{{- if .IsPage }}
{{ $text = .Page.Title }} {{ $text = .Page.Title }}
{{ end }} {{ end }}
@ -278,3 +279,5 @@ All I need to do is get it to pull the font resource from a web address rather t
{{ $img = resources.Copy (path.Join $.Page.RelPermalink "og.png") $img }} <!-- [tl! collapse:end ] --> {{ $img = resources.Copy (path.Join $.Page.RelPermalink "og.png") $img }} <!-- [tl! collapse:end ] -->
``` ```
#### GitHub Action
All that's left is to update the GitHub Action to handle the build for me.