Skip to content

Commit

Permalink
Add Discord & Twitter Metadata to head
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Mar 29, 2024
1 parent 173a49f commit 4c77411
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends "sphinx_rtd_theme/layout.html" %}
{% block extrahead %}
<!-- Discord Embed -->
<meta property="og:title" content="Touch User Gestures Documentation">
<meta property="og:description" content="The official user documentation for Touch Gestures, an OpenTabletDriver plugin that adds for support for touch gestures.">
<!-- How to play -->
<meta property="og:image" content="">
<meta property="theme-color" content="#2980b9">
<!-- twitter -->
<meta name="twitter:site" content="Touch User Gestures Documentation">
<meta name="twitter:title" content="Touch User Gestures Documentation">
<meta name="twitter:description" content="The official user documentation for Touch Gestures, an OpenTabletDriver plugin that adds for support for touch gestures.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:src" content="">
<meta name="theme-color" content="#2980b9">
{% endblock %}

0 comments on commit 4c77411

Please sign in to comment.