mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-13 13:03:13 +00:00
11 lines
415 B
HTML
11 lines
415 B
HTML
<!DOCTYPE html>
|
|
<html{{ with site.LanguageCode | default site.Language.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="/js/alias.js"></script>
|
|
</head>
|
|
</html> |