github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/examples/multilingual/layouts/partials/head.html (about)

     1  <!DOCTYPE html>
     2  <html lang="{{ .Params.lang }}">
     3  <head>
     4  	<meta charset="utf-8">
     5  	{{ if .Title }}
     6  		<title>{{ i18n "head_title" }} - {{ .Title }}</title>
     7  	{{ end }}
     8  	<meta name="viewport" content="width=device-width, initial-scale=1">
     9  	<link rel="stylesheet" href="/main.css">
    10  </head>
    11  <body>