mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	add the manifest to the frontend entry page #219
This commit is contained in:
		
							parent
							
								
									6066d00c5e
								
							
						
					
					
						commit
						45e52aa985
					
				@ -12,7 +12,9 @@
 | 
				
			|||||||
	<meta name="full_name" content="{{full_name}}">
 | 
						<meta name="full_name" content="{{full_name}}">
 | 
				
			||||||
	<meta name="cookie_prefix" content="{{cookie_prefix}}">
 | 
						<meta name="cookie_prefix" content="{{cookie_prefix}}">
 | 
				
			||||||
  <link rel="icon" type="image/x-icon" href="favicon.ico">
 | 
					  <link rel="icon" type="image/x-icon" href="favicon.ico">
 | 
				
			||||||
<link rel="stylesheet" href="{% static 'frontend/styles.css' %}"></head>
 | 
					  <link rel="manifest" href="{% static 'frontend/manifest.webmanifest' %}">
 | 
				
			||||||
 | 
						<link rel="stylesheet" href="{% static 'frontend/styles.css' %}">
 | 
				
			||||||
 | 
					</head>
 | 
				
			||||||
<body>
 | 
					<body>
 | 
				
			||||||
  <app-root>Loading...</app-root>
 | 
					  <app-root>Loading...</app-root>
 | 
				
			||||||
	<script src="{% static 'frontend/runtime.js' %}" defer></script>
 | 
						<script src="{% static 'frontend/runtime.js' %}" defer></script>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user