mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-11 03:53:08 +00:00
12 lines
489 B
HTML
12 lines
489 B
HTML
{{ $lang := site.LanguageCode | default site.Language.Lang }}
|
|
<!DOCTYPE html>
|
|
<html {{ with $lang }}lang="{{ . }}"{{ end }}>
|
|
<head>
|
|
<title>{{ .Permalink }}</title>
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
|
<meta name="robots" content="noindex">
|
|
<meta charset="utf-8">
|
|
<noscript><meta http-equiv="refresh" content="0; url={{ .Permalink }}"></noscript>
|
|
<script src='{{ partial "utilities/GetStaticURL" (dict "url" "js/alias.js") }}'></script>
|
|
</head>
|
|
</html> |