Skip to content

Commit

Permalink
build: Add Twitter cards meta tags to header
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Dec 5, 2024
1 parent dd4fb8b commit 00d4f8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<meta property="og:description" content="The Denig Manuscript Project brings an eighteenth-century, Pennsylvania-made manuscript and watercolors to life through a collaborative multimedia digital project." />
<meta property="og:url" content="{{ request.build_absolute_uri }}" />

{# twitter cards #}
<meta name="twitter:card" content="{% block twitter_card %}summary_large_image{% endblock %}" />
<meta name="twitter:title" content="The Denig Manuscript" />
<meta name="twitter:description" content="The Denig Manuscript Project brings an eighteenth-century, Pennsylvania-made manuscript and watercolors to life through a collaborative multimedia digital project." />

<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}" />

{# openseadragon #}
Expand Down

0 comments on commit 00d4f8d

Please sign in to comment.