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.7 KiB
						
					
					
				
			
		
		
	
	
							31 lines
						
					
					
						
							1.7 KiB
						
					
					
				| <% if Docuseal.demo? || (request.path != '/' && !devise_controller?) %>
 | |
|   <meta name="robots" content="noindex">
 | |
| <% end %>
 | |
| <% 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 %>">
 | |
| <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="DocuSeal">
 | |
| <% if content_for(:disable_image_preview) %>
 | |
|   <meta property="og:image" content="">
 | |
|   <meta name="twitter:image" content="">
 | |
| <% else %>
 | |
|   <meta property="og:image" content="<%= root_url %>preview.png">
 | |
|   <meta property="og:image:width" content="800">
 | |
|   <meta property="og:image:height" content="800">
 | |
|   <meta name="twitter:image" content="<%= root_url %>preview.png">
 | |
| <% end %>
 | |
| <meta name="twitter:card" content="summary">
 | |
| <meta name="twitter:creator" content="@docusealco">
 | |
| <meta name="twitter:site" content="@docusealco">
 | |
| <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">
 | |
| <meta name="theme-color" content="#faf7f5">
 |