Website tweaks: More stuff in footer, icons on front page

This commit is contained in:
Nick Craig-Wood 2014-05-18 12:57:39 +01:00
parent 862bf2eae1
commit 907a3aa88f
5 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@ Features
Links
* [Home page](http://rclone.org/)
* [Github project page for source and more instructions](http://github.com/ncw/rclone)
* <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page</a></li>
* [Downloads](/downloads/)
* <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-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

@ -3,7 +3,9 @@
<hr>
<div class="col-sm-12">
<p>&copy; <a href="http://www.craig-wood.com/nick/">Nick Craig-Wood</a> 2014<br>
Built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
Website hosted on <a href="http://www.memset.com/cloud/storage/">Memset Memstore™</a>,
uploaded with <a href="http://rclone.org">rclone</a>
and built with <a href="https://github.com/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>

View File

@ -7,4 +7,4 @@
<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>
</head>

View File

@ -1,4 +1,3 @@
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/font-awesome.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">

View File

@ -1,4 +1,3 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">