mirror of https://github.com/docusealco/docuseal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.8 KiB
31 lines
1.8 KiB
<% if Wabosign.demo? || (request.path != '/' && !devise_controller?) %>
|
|
<meta name="robots" content="noindex">
|
|
<% end %>
|
|
<% brand = Wabosign.branded_product_name(signed_in? ? current_account : nil) %>
|
|
<% title = content_for(:html_title) || (signed_in? ? brand : "#{brand} | Open Source Document Signing") %>
|
|
<% description = content_for(:html_description) || 'Open source, self-hosted tool to streamline document filling and signing. Create custom PDF forms to complete and sign with an easy to use online tool.' %>
|
|
<meta name="description" content="<%= description %>">
|
|
<meta property="og:title" content="<%= title %>">
|
|
<meta property="og:description" content="<%= description %>">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="<%= root_url %>">
|
|
<meta property="og:site_name" content="<%= brand %>">
|
|
<% if content_for(:disable_image_preview) %>
|
|
<meta property="og:image" content="">
|
|
<meta name="twitter:image" content="">
|
|
<% else %>
|
|
<meta property="og:image" content="<%= content_for(:preview_image_url).presence || "#{root_url}preview.png" %>">
|
|
<meta property="og:image:width" content="800">
|
|
<meta property="og:image:height" content="800">
|
|
<meta name="twitter:image" content="<%= content_for(:preview_image_url).presence || "#{root_url}preview.png" %>">
|
|
<% end %>
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="<%= title %>">
|
|
<meta name="twitter:description" content="<%= description %>">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
|
<meta name="theme-color" content="#faf7f5">
|