Skip to content

Commit 67bf199

Browse files
committed
Update website link preview image
1 parent 13d1366 commit 67bf199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/juice/templates/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<meta charset="UTF-8">
77
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
88
<meta property="og:title" content="{% block titlefb %}{{ config.title }}{% endblock titlefb %}" />
9-
<meta property="og:description" content="{% block descfb %}Context-Generic Programming: A new modular programming paradim for Rust{% endblock descfb %}">
10-
<meta property="og:image" content="https://contextgeneric.dev/greet-snippet.png">
9+
<meta property="og:description" content="{% block descfb %}Context-Generic Programming: Modular programming paradim for Rust{% endblock descfb %}">
10+
<meta property="og:image" content="https://contextgeneric.dev/cgp-logo.png">
1111
<meta name="twitter:title" content="{% block titletw %}{{ config.title }}{% endblock titletw %}">
12-
<meta name="twitter:description" content="{% block desctw %}Context-Generic Programming: A new modular programming paradim for Rust{% endblock desctw %}">
13-
<meta name="twitter:image" content="https://contextgeneric.dev/greet-snippet.png">
12+
<meta name="twitter:description" content="{% block desctw %}Context-Generic Programming: Modular programming paradim for Rust{% endblock desctw %}">
13+
<meta name="twitter:image" content="https://contextgeneric.dev/cgp-logo.png">
1414
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1515
{% block favicon %}
1616
<link rel="icon" type="image/png" href="/favicon.ico">

0 commit comments

Comments
 (0)