Skip to content

Commit

Permalink
fix(site): share preview cards
Browse files Browse the repository at this point in the history
  • Loading branch information
fshovchko committed Aug 20, 2024
1 parent 4b2f7d0 commit 58194ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/views/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
{# Additional site meta information #}
{% block meta %}{% endblock meta %}
{# Site icon #}

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="{{ 'https://esl-ui.com/assets/favicon/icon-512.png' | url}}">
<meta property="og:image" content="{{ 'https://esl-ui.com/assets/favicon/icon-512.png' | url}}">
<link rel="icon" href="{{ '/favicon.ico' | url }}" sizes="any" />
<link rel="icon" href="{{ '/assets/favicon/icon.svg' | url }}" type="image/svg+xml" />
<link rel="apple-touch-icon" href="{{ '/assets/favicon/apple-touch-icon.png' | url }}" />
Expand Down
1 change: 1 addition & 0 deletions site/views/examples/animate.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: content
title: Animate
seoTitle: Animate elements on their intersection with the viewport based on ESL web components
name: Animate
tags: [examples, playground]
icon: examples/animate.svg
Expand Down
1 change: 1 addition & 0 deletions site/views/examples/share.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: content
title: Share
name: Share
seoTitle: ESL Share - custom element to trigger various share actions for page or url with metadata based on ESL web components
tags: [examples, beta]
icon: examples/share.svg
aside:
Expand Down

0 comments on commit 58194ca

Please sign in to comment.