twitter cards
This commit is contained in:
parent
aef5a80742
commit
c3e89d8fdd
@ -14,6 +14,9 @@ params:
|
||||
mastodon: https://chaos.social/@xsteadfastx
|
||||
flickr: https://www.flickr.com/photos/marvinxsteadfast/
|
||||
feed: https://xsteadfastx.org/index.xml
|
||||
description: they made me do it
|
||||
images:
|
||||
- /images/vertigo1000.png
|
||||
theme: "xsfx"
|
||||
permalinks:
|
||||
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" -}}
|
||||
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}
|
||||
{{- end }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "header" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user