Skip to content

Commit

Permalink
Add a hero image for the og:image meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Apr 27, 2024
1 parent 138f12f commit 49834e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/desktop/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0">
<meta property="og:image" content="https://khoj-web-bucket.s3.amazonaws.com/khoj_hero.png">
<title>Khoj - Search</title>

<link rel="icon" type="image/png" sizes="128x128" href="./assets/icons/favicon-128x128.png">
Expand Down
1 change: 1 addition & 0 deletions src/khoj/interface/web/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0">
<meta property="og:image" content="https://khoj-web-bucket.s3.amazonaws.com/khoj_hero.png">
<title>Khoj - Chat</title>

<link rel="stylesheet" href="/static/assets/khoj.css?v={{ khoj_version }}">
Expand Down
1 change: 1 addition & 0 deletions src/khoj/interface/web/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<link rel="icon" type="image/png" sizes="128x128" href="/static/assets/icons/favicon-128x128.png">
<link rel="manifest" href="/static/khoj.webmanifest">
<link rel="stylesheet" href="/static/assets/khoj.css">
<meta property="og:image" content="https://khoj-web-bucket.s3.amazonaws.com/khoj_hero.png">
</head>

<body>
Expand Down

0 comments on commit 49834e3

Please sign in to comment.