shithub: hugo

ref: ecae2106b901dc1652eb5e649adecc0c83c8d2b9
dir: /examples/multilingual/layouts/partials/head.html/

View raw version
<!DOCTYPE html>
<html lang="{{ .Params.lang }}">
<head>
	<meta charset="utf-8">
	{{ if .Title }}
		<title>{{ i18n "head_title" }} - {{ .Title }}</title>
	{{ end }}
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="stylesheet" href="/main.css">
</head>
<body>