-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Discord & Twitter Metadata to head
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |