feat: Ajout d'une balise head avec l'encodage
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="{{ .Site.Language.Lang }}">
 | 
			
		||||
{{/*  {{ partial "head.html" . }}  */}}
 | 
			
		||||
{{ partial "head.html" . }}
 | 
			
		||||
  <body>
 | 
			
		||||
    {{/*  {{ partial "header.html" . }}  */}}
 | 
			
		||||
    {{/*  {{ partial "debug.html" . }}  */}}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								layouts/partials/head.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								layouts/partials/head.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
 | 
			
		||||
    <link rel="canonical" href="{{ .Permalink }}" />
 | 
			
		||||
    {{ with .OutputFormats.Get "RSS" }}<link href="{{ .RelPermalink }}" rel="alternate" type="application/rss+xml" />{{ end }}
 | 
			
		||||
 | 
			
		||||
    <meta name="HandheldFriendly" content="True">
 | 
			
		||||
    <meta name="MobileOptimized" content="320">
 | 
			
		||||
    {{ if ne hugo.Environment "production" }}<meta name="robots" content="noindex">{{ end }}
 | 
			
		||||
 | 
			
		||||
    {{/*  {{ partial "social_metadata.html" . }}
 | 
			
		||||
    {{ partial "style.html" . }}  */}}
 | 
			
		||||
  </head>
 | 
			
		||||
		Reference in New Issue
	
	Block a user