Merge remote-tracking branch 'origin/main' into style/herman
This commit is contained in:
commit
7bee3815bd
4 changed files with 5 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
|||
{{ with .Site.Params.favicon }}
|
||||
<link rel="shortcut icon" href="{{ . }}" />{{ end }}
|
||||
<link rel="shortcut icon" href="{{ absURL . }}" />{{ end }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- Dynamic social card generation -->
|
||||
{{ $font := resources.GetRemote "https://github.com/google/fonts/raw/main/ofl/firamono/FiraMono-Bold.ttf" }}
|
||||
{{ $fg := resources.Get "/images/social_card_fg.png"}}
|
||||
{{ $bg := resources.Get "/images/social_card_bg.png"}}
|
||||
{{ $fg := resources.Get "images/social_card_fg.png"}}
|
||||
{{ $bg := resources.Get "images/social_card_bg.png"}}
|
||||
|
||||
{{ $fg = $fg.Filter (images.Text .Title (dict
|
||||
"font" $font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue