jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 60 forks source link

favicon and meta & og tags fill-in #3

Closed hanxiao closed 4 years ago

hanxiao commented 4 years ago

Example:

image

hanxiao commented 4 years ago

metatag @imsergiy , remember to replace {{}} template to whatever syntax you used in react.

the following should be added to <head></head> before <link>

<meta name="X-UA-Compatible" content="IE=edge">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@JinaAI_">
<meta name="twitter:creator" content="@JinaAI_">
<meta name="description"
      content="Jina is the cloud-native neural search solution powered by the state-of-the-art AI and deep learning">
<meta property="og:title" content="Jina Dashboard">
<meta property="og:description"
      content="Jina is the cloud-native neural search solution powered by the state-of-the-art AI and deep learning">
<meta property="og:url" content="https://opensource.jina.ai">
<meta property="og:image" content="{{ pathto('_static/banner.png', 1) }}"> 
<meta property="og:type" content="website">
<link rel="icon" href="{{ pathto('_static/favicon.png', 1) }}">
imsergiy commented 4 years ago

added in f305dc8ac9eb66815f89ebeeec74013c912a9362