You've already forked no-js-hugo-theme
							
							Set language code and render footer text
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
				
			|||||||
{{ $themeStyleDefault := "light.css" -}}
 | 
					{{ $themeStyleDefault := "light.css" -}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!DOCTYPE html>
 | 
					<!DOCTYPE html>
 | 
				
			||||||
<html>
 | 
					<html lang="{{ .Site.LanguageCode }}">
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
	<meta charset="utf-8"> 
 | 
						<meta charset="utf-8">
 | 
				
			||||||
	<meta name="viewport" content="width=device-width">
 | 
						<meta name="viewport" content="width=device-width">
 | 
				
			||||||
	<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
 | 
						<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
 | 
				
			||||||
	<link rel="stylesheet" href="{{ "css/styles.css" | relURL }}">
 | 
						<link rel="stylesheet" href="{{ "css/styles.css" | relURL }}">
 | 
				
			||||||
@@ -54,7 +54,7 @@
 | 
				
			|||||||
{{- if .Site.Params.FooterText }}
 | 
					{{- if .Site.Params.FooterText }}
 | 
				
			||||||
	<hr class="dont-show">
 | 
						<hr class="dont-show">
 | 
				
			||||||
	<div class="footer">
 | 
						<div class="footer">
 | 
				
			||||||
		<p>{{ .Site.Params.FooterText }}</p>
 | 
							<p>{{ .Site.Params.FooterText | markdownify }}</p>
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
{{- end }}
 | 
					{{- end }}
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user