Skip to content

Commit

Permalink
Merge pull request #328 from jwjacobson/dev
Browse files Browse the repository at this point in the history
Add preview image and meta tags to base html
  • Loading branch information
jwjacobson authored Sep 30, 2024
2 parents c43b6fe + 600e6c6 commit 6e935fd
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 6e935fd

Please sign in to comment.