1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

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

@@ -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">