Skip to content

Commit be5a149

Browse files
committed
Test updated opengraph tags
1 parent 62b97d5 commit be5a149

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

themes/hugoplate/layouts/partials/components/base-seo.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141

4242
<meta property="og:type" content="website" />
4343
<meta property="og:url" content="{{ .Permalink }}" />
44-
<meta property="og:title" content="{{ if .Params.og_title }}{{ .Params.og_title }}{{ else }}Open Neuromorphic{{ end }}" />
45-
<meta property="og:description" content="{{ if .Params.og_description }}{{ .Params.og_description }}{{ else }}Explore the world of Neuromorphic Computing, AI, and Devices in an open-source community. Join us for educational content, and collaborative innovation{{ end }}" />
46-
<meta property="og:image" content="{{ if .Params.og_image }}{{ .Params.og_image }}{{ else }}https://open-neuromorphic.org/images/og-image.png{{ end }}" />
44+
<meta property="og:title" content="{{ if .Params.title }}{{ .Params.title }}{{ else }}Open Neuromorphic{{ end }}" />
45+
<meta property="og:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}Explore the world of Neuromorphic Computing, AI, and Devices in an open-source community. Join us for educational content, and collaborative innovation{{ end }}" />
46+
<meta property="og:image" content="{{ if .Params.image }}{{ .Params.image }}{{ else }}https://open-neuromorphic.org/images/og-image.png{{ end }}" />
4747

4848
<meta name="twitter:card" content="summary_large_image" />
4949
<meta property="twitter:domain" content="open-neuromorphic.org" />
5050
<meta property="twitter:url" content="{{ .Permalink }}" />
51-
<meta name="twitter:title" content="{{ if .Params.twitter_title }}{{ .Params.twitter_title }}{{ else }}Open Neuromorphic{{ end }}" />
52-
<meta name="twitter:description" content="{{ if .Params.twitter_description }}{{ .Params.twitter_description }}{{ else }}Explore the world of Neuromorphic Computing, AI, and Devices in an open-source community. Join us for educational content, and collaborative innovation{{ end }}" />
53-
<meta name="twitter:image" content="{{ if .Params.twitter_image }}{{ .Params.twitter_image }}{{ else }}https://open-neuromorphic.org/images/og-image.png{{ end }}" />
51+
<meta name="twitter:title" content="{{ if .Params.title }}{{ .Params.title }}{{ else }}Open Neuromorphic{{ end }}" />
52+
<meta name="twitter:description" content="{{ if .Params.description }}{{ .Params.description }}{{ else }}Explore the world of Neuromorphic Computing, AI, and Devices in an open-source community. Join us for educational content, and collaborative innovation{{ end }}" />
53+
<meta name="twitter:image" content="{{ if .Params.image }}{{ .Params.image }}{{ else }}https://open-neuromorphic.org/images/og-image.png{{ end }}" />
5454

5555
{{ $imagePath := site.Params.metadata.image }}
5656
{{ if .Params.meta_image }}

0 commit comments

Comments
 (0)