mirror of
				https://github.com/Brandon-Rozek/website-theme.git
				synced 2025-11-04 03:21:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			618 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			618 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html{{ with site.LanguageCode | default site.Language.Lang }} lang="{{ . }}"{{ end }}>
 | 
						|
  <head>
 | 
						|
    <title>{{ .Permalink }}</title>
 | 
						|
    <link rel="canonical" href="{{ .Permalink }}">
 | 
						|
    <meta name="robots" content="noindex">
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta http-equiv="refresh" content="0; url={{ .Permalink }}">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <p>Likely due to site reorganizations, "{{ .Title }}" has moved to a new URL.</p> 
 | 
						|
    <p>
 | 
						|
      If your browser does not immediately send you to the new location,
 | 
						|
      you can visit <a href="{{ .Permalink }}">{{ .Permalink }}</a> yourself.
 | 
						|
  </body>
 | 
						|
</html> |