diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-21 14:06:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-21 14:06:10 +0100 |
commit | 92bf2f62995bbaa0402cb4657473ad8d5b6fcf8d (patch) | |
tree | 7f3f34b1503fd21db7f0b913c3b908f004015011 /server/initializers/constants.ts | |
parent | 84c7cde6e81426a42e7aa29187b473bc89f1c8f6 (diff) | |
download | PeerTube-92bf2f62995bbaa0402cb4657473ad8d5b6fcf8d.tar.gz PeerTube-92bf2f62995bbaa0402cb4657473ad8d5b6fcf8d.tar.zst PeerTube-92bf2f62995bbaa0402cb4657473ad8d5b6fcf8d.zip |
Improve channel and account SEO
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index bb2c6765f..0ede45620 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -661,7 +661,7 @@ const CUSTOM_HTML_TAG_COMMENTS = { | |||
661 | TITLE: '<!-- title tag -->', | 661 | TITLE: '<!-- title tag -->', |
662 | DESCRIPTION: '<!-- description tag -->', | 662 | DESCRIPTION: '<!-- description tag -->', |
663 | CUSTOM_CSS: '<!-- custom css tag -->', | 663 | CUSTOM_CSS: '<!-- custom css tag -->', |
664 | OPENGRAPH_AND_OEMBED: '<!-- open graph and oembed tags -->' | 664 | META_TAGS: '<!-- meta tags -->' |
665 | } | 665 | } |
666 | 666 | ||
667 | // --------------------------------------------------------------------------- | 667 | // --------------------------------------------------------------------------- |