mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
68ebf61613
Use new i18n concept Fixes #2417
11 lines
291 B
HTML
11 lines
291 B
HTML
<!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>
|