Adds support for writing blog posts and editing privacy policy and terms pages. To use, - You must already be using Netlify to deploy your site - Login to Netlify and setup your editors under the Identity section - Head over to YOUR_URL/admin/ See https://github.com/gcushen/hugo-academic/issues/1191
		
			
				
	
	
		
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en-us">
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
  <title>Content Manager | Academic</title>
 | 
						|
  <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<!-- Include the script that builds the page and powers Netlify CMS -->
 | 
						|
<script src="https://cdn.jsdelivr.net/npm/netlify-cms@2/dist/netlify-cms.min.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |