1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 19:13:19 +00:00
Files
rclone/docs/layouts/chrome/header.html
2014-05-18 12:57:39 +01:00

11 lines
375 B
HTML

<!doctype html>
<html lang="en">
<head>
{{ template "chrome/meta.html" . }}
<title>{{ .Title }} - {{ .Site.BaseUrl }}</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>