feat(OkdInstallBlog): fix (hopefully) og tags for linkedIn
This commit is contained in:
parent
d65230faf0
commit
464c1506d6
@ -8,7 +8,7 @@ image:
|
|||||||
repository: registry.nationtech.io/sreez-website
|
repository: registry.nationtech.io/sreez-website
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "v1.5.0"
|
tag: "v1.6.0"
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: nationtech-registry-key
|
- name: nationtech-registry-key
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
REGISTRY=registry.nationtech.io
|
REGISTRY=registry.nationtech.io
|
||||||
IMAGE_NAME=sreez-website
|
IMAGE_NAME=sreez-website
|
||||||
TAG="v1.5.0"
|
TAG="v1.6.0"
|
||||||
|
|
||||||
IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"
|
IMAGE="${REGISTRY}/${IMAGE_NAME}:${TAG}"
|
||||||
|
|
||||||
|
@ -6,9 +6,10 @@ use crate::components::{Footer, SubscribeButton};
|
|||||||
pub fn OkdInstallationOverview1() -> impl IntoView {
|
pub fn OkdInstallationOverview1() -> impl IntoView {
|
||||||
provide_meta_context();
|
provide_meta_context();
|
||||||
view! {
|
view! {
|
||||||
<Meta name="og:title" content="RedHat OKD - Survol d'une installation HA On-Prem"/>
|
<Meta property="og:title" content="RedHat OKD - Survol d'une installation HA On-Prem"/>
|
||||||
<Meta name="og:image" content="https://sreez.nationtech.io/assets/okd-install-blog-part-1-thumbnail.png"/>
|
<Meta property="og:image" content="https://sreez.nationtech.io/assets/okd-install-blog-part-1-thumbnail.png"/>
|
||||||
<Meta name="og:url" content="https://sreez.nationtech.io/okd-installation-overview-1"/>
|
<Meta property="og:url" content="https://sreez.nationtech.io/okd-installation-overview-1"/>
|
||||||
|
<Meta property="og:description" content="Une vue haut niveau des requis et étapes nécessaires pour installer un cluster RedHat OKD hautement disponible sur bare metal."/>
|
||||||
<div class="margin-x-auto max-width-900">
|
<div class="margin-x-auto max-width-900">
|
||||||
// <div class="fixed-blog-header">
|
// <div class="fixed-blog-header">
|
||||||
<div class="">
|
<div class="">
|
||||||
|
Loading…
Reference in New Issue
Block a user