diff --git a/content/posts/using-custom-font-hugo/index.md b/content/posts/using-custom-font-hugo/index.md index bca9318..52c8f59 100644 --- a/content/posts/using-custom-font-hugo/index.md +++ b/content/posts/using-custom-font-hugo/index.md @@ -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 }} {{- end }} -{{- if .IsPage }} + +{{- if .IsPage }} {{ $text = .Page.Title }} {{ 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 }} ``` +#### GitHub Action +All that's left is to update the GitHub Action to handle the build for me. \ No newline at end of file