0.1.2 seo image size
This commit is contained in:
parent
20f24fd688
commit
9833b2fb77
3 changed files with 7 additions and 3 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# HTMX-PATTERNS CHANGELOG
|
# HTMX-PATTERNS CHANGELOG
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
* fix seo image size
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
* feat seo
|
* feat seo
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-FileCopyrightText: 2024-present Waylon S. Walker <waylon@waylonwalker.com>
|
# SPDX-FileCopyrightText: 2024-present Waylon S. Walker <waylon@waylonwalker.com>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
__version__ = "0.1.1"
|
__version__ = "0.1.2"
|
||||||
|
|
|
||||||
|
|
@ -12,9 +12,9 @@
|
||||||
<meta name="twitter:title" name="twitter:title" content="HTMX Patterns" />
|
<meta name="twitter:title" name="twitter:title" content="HTMX Patterns" />
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="og:image" name="og:image"
|
<meta name="og:image" name="og:image"
|
||||||
content="https://shots.wayl.one/shot/?url={{ request.url }}&height=1080&width=1920&scaled_width=1200&scaled_height=600&selectors=" />
|
content="https://shots.wayl.one/shot/?url={{ request.url }}&height=600&width=1200&scaled_width=1200&scaled_height=600&selectors=" />
|
||||||
<meta name="twitter:image" name="twitter:image"
|
<meta name="twitter:image" name="twitter:image"
|
||||||
content="https://shots.wayl.one/shot/?url={{ request.url }}&height=1080&width=1920&scaled_width=1280&scaled_height=640&selectors=" />
|
content="https://shots.wayl.one/shot/?url={{ request.url }}&height=640&width=1280&scaled_width=1280&scaled_height=640&selectors=" />
|
||||||
<meta name="og:image:height" content="640" />
|
<meta name="og:image:height" content="640" />
|
||||||
<meta name="og:image:width" content="1280" />
|
<meta name="og:image:width" content="1280" />
|
||||||
<meta name="og:url" name="og:url" content="{{ request.url }}" />
|
<meta name="og:url" name="og:url" content="{{ request.url }}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue