hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

alias.html (354B)

    1 <!DOCTYPE html>
    2 <html{{ with site.LanguageCode | default site.Language.Lang }} lang="{{ . }}"{{ end }}>
    3   <head>
    4     <title>{{ .Permalink }}</title>
    5     <link rel="canonical" href="{{ .Permalink }}">
    6     <meta name="robots" content="noindex">
    7     <meta charset="utf-8">
    8     <meta http-equiv="refresh" content="0; url={{ .Permalink }}">
    9   </head>
   10 </html>