Website fixes

This commit is contained in:
Nick Craig-Wood 2014-05-30 17:18:43 +01:00
parent 10d44a0302
commit 8e411afca3
2 changed files with 2 additions and 3 deletions

View File

@ -31,6 +31,6 @@ Features
Links
* <i class="fa fa-home"></i> [Home page](http://rclone.org/)
* <i class="fa fa-github"></i> [Github project page for source and more instructions](http://github.com/ncw/rclone)
* <i class="fa fa-github"></i> [Github project page for source and bug tracker](http://github.com/ncw/rclone)
* <i class="fa fa-google-plus"></i> <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page</a></li>
* <i class="fa fa-cloud-download"></i>[Downloads](/downloads/)

View File

@ -2,8 +2,7 @@
<html lang="en">
<head>
{{ template "chrome/meta.html" . }}
<title>{{ .Title }} - {{ .Site.BaseUrl }}</title>
<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 }}