adjust title

pull/342/head^2
Pete Matsyburka 11 months ago
parent d62d83ef8e
commit 46edc7dc37

@ -1,4 +1,4 @@
<title>
<%= content_for(:html_title) || 'DocuSeal | Open Source Document Signing' %>
<%= content_for(:html_title) || (signed_in? ? 'DocuSeal' : 'DocuSeal | Open Source Document Signing') %>
</title>
<%= render 'shared/meta' %>

@ -1,7 +1,7 @@
<% if Docuseal.demo? || (request.path != '/' && !devise_controller?) %>
<meta name="robots" content="noindex">
<% end %>
<% title = content_for(:html_title) || 'DocuSeal | Open Source Document Filling and Signing' %>
<% title = content_for(:html_title) || (signed_in? ? 'DocuSeal' : 'DocuSeal | 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 %>">

Loading…
Cancel
Save