github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/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>