github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/layouts/chrome/header.html (about) 1 <!doctype html> 2 <html lang="en"> 3 <head> 4 {{ template "chrome/meta.html" . }} 5 <title>{{ .Title }}</title> 6 <link rel="canonical" href="{{ .Permalink }}"> 7 {{ template "chrome/header.includes.html" . }} 8 {{ $RSSLink := "" }}{{ with .OutputFormats.Get "RSS" }}{{ $RSSLink = .RelPermalink }}{{ end }}{{ if $RSSLink }}<link href="{{ $RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }} 9 </head>