mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
			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.
		
		
		
		
		
			
		
			
				
					
					
						
							58 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							58 lines
						
					
					
						
							1.9 KiB
						
					
					
				
								<!doctype html>
							 | 
						|
								<html class="h-100 position-relative" lang="${languageCode}">
							 | 
						|
								  <head>
							 | 
						|
								    <title>${title}</title>
							 | 
						|
								    <base href="/" />
							 | 
						|
								    <meta charset="utf-8" />
							 | 
						|
								    <meta content="yes" name="apple-mobile-web-app-capable" />
							 | 
						|
								    <meta content="${description}" name="description" />
							 | 
						|
								    <meta content="${keywords}" name="keywords" />
							 | 
						|
								    <meta content="yes" name="mobile-web-app-capable" />
							 | 
						|
								    <meta content="summary_large_image" name="twitter:card" />
							 | 
						|
								    <meta content="${description}" name="twitter:description" />
							 | 
						|
								    <meta content="${rootUrl}/${featureGraphicPath}" name="twitter:image" />
							 | 
						|
								    <meta content="${title}" name="twitter:title" />
							 | 
						|
								    <meta
							 | 
						|
								      content="initial-scale=1, viewport-fit=cover, width=device-width"
							 | 
						|
								      name="viewport"
							 | 
						|
								    />
							 | 
						|
								    <meta content="#FFFFFF" name="theme-color" />
							 | 
						|
								    <meta content="${description}" property="og:description" />
							 | 
						|
								    <meta content="${rootUrl}/${featureGraphicPath}" property="og:image" />
							 | 
						|
								    <meta content="${languageCode}" property="og:locale" />
							 | 
						|
								    <meta content="${title}" property="og:site_name" />
							 | 
						|
								    <meta content="${title}" property="og:title" />
							 | 
						|
								    <meta content="website" property="og:type" />
							 | 
						|
								    <meta content="${currentDate}T00:00:00+00:00" property="og:updated_time" />
							 | 
						|
								    <meta content="${rootUrl}${path}" property="og:url" />
							 | 
						|
								
							 | 
						|
								    <link
							 | 
						|
								      href="../assets/apple-touch-icon.png"
							 | 
						|
								      rel="apple-touch-icon"
							 | 
						|
								      sizes="180x180"
							 | 
						|
								    />
							 | 
						|
								    <link
							 | 
						|
								      href="../assets/favicon-32x32.png"
							 | 
						|
								      rel="icon"
							 | 
						|
								      sizes="32x32"
							 | 
						|
								      type="image/png"
							 | 
						|
								    />
							 | 
						|
								    <link
							 | 
						|
								      href="../assets/favicon-16x16.png"
							 | 
						|
								      rel="icon"
							 | 
						|
								      sizes="16x16"
							 | 
						|
								      type="image/png"
							 | 
						|
								    />
							 | 
						|
								    <link
							 | 
						|
								      href="../api/assets/${languageCode}/site.webmanifest"
							 | 
						|
								      rel="manifest"
							 | 
						|
								    />
							 | 
						|
								  </head>
							 | 
						|
								  <body>
							 | 
						|
								    <gf-root></gf-root>
							 | 
						|
								
							 | 
						|
								    <noscript
							 | 
						|
								      >Please enable JavaScript to continue using this application.</noscript
							 | 
						|
								    >
							 | 
						|
								  </body>
							 | 
						|
								</html>
							 | 
						|
								
							 |