Skip to content

Commit

Permalink
Fix Discord & twitter embed title
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Jun 4, 2024
1 parent 323bc4b commit dd15d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends "sphinx_rtd_theme/layout.html" %}
{% block extrahead %}
<!-- Discord Embed -->
<meta property="og:title" content="Touch User Gestures Documentation">
<meta property="og:title" content="Touch Gestures User 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:site" content="Touch Gestures User Documentation">
<meta name="twitter:title" content="Touch Gestures User 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="">
Expand Down

0 comments on commit dd15d5e

Please sign in to comment.