Skip to content

Commit

Permalink
Add preview image and meta tags to base html
Browse files Browse the repository at this point in the history
  • Loading branch information
jwjacobson committed Sep 30, 2024
1 parent 65f4322 commit 600e6c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions project/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta property="og:title" content="Welcome to Jazztunes!">
<meta property="og:description" content="A jazz repertoire management app.">
<meta property="og:url" content="https://jazztunes.org">
<meta property="og:type" content="website">
<meta property="og:image" content="{% static 'preview.png' %}">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="csrf-token" content="{{ csrf_token }}">
Expand Down
Binary file added static/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 600e6c6

Please sign in to comment.