1
mirror of https://github.com/rclone/rclone synced 2024-11-11 09:30:44 +01:00
rclone/docs/layouts/chrome/header.html
Nick Craig-Wood 8e411afca3 Website fixes
2014-05-30 17:18:43 +01:00

10 lines
352 B
HTML

<!doctype html>
<html lang="en">
<head>
{{ template "chrome/meta.html" . }}
<title>{{ .Title }}</title>
<link rel="canonical" href="{{ .Permalink }}">
{{ template "chrome/header.includes.html" . }}
{{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
</head>