shithub: hugo

ref: 78b26d538c716d463b30c23de7df5eaa4d5504fd
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>