twitter cards
This commit is contained in:
parent
aef5a80742
commit
c3e89d8fdd
@ -14,6 +14,9 @@ params:
|
|||||||
mastodon: https://chaos.social/@xsteadfastx
|
mastodon: https://chaos.social/@xsteadfastx
|
||||||
flickr: https://www.flickr.com/photos/marvinxsteadfast/
|
flickr: https://www.flickr.com/photos/marvinxsteadfast/
|
||||||
feed: https://xsteadfastx.org/index.xml
|
feed: https://xsteadfastx.org/index.xml
|
||||||
|
description: they made me do it
|
||||||
|
images:
|
||||||
|
- /images/vertigo1000.png
|
||||||
theme: "xsfx"
|
theme: "xsfx"
|
||||||
permalinks:
|
permalinks:
|
||||||
posts: "/:year/:month/:day/:slug/"
|
posts: "/:year/:month/:day/:slug/"
|
||||||
|
BIN
static/images/vertigo1000.png
Normal file
BIN
static/images/vertigo1000.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 415 KiB |
@ -11,6 +11,7 @@
|
|||||||
{{ with .OutputFormats.Get "RSS" -}}
|
{{ with .OutputFormats.Get "RSS" -}}
|
||||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
|
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ partial "header" . }}
|
{{ partial "header" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user