mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: update provider list on front page
This commit is contained in:
@@ -1 +1,13 @@
|
||||
{{ .Get "name" }} <a href="{{ .Get "home" }}" title="{{ .Get "name" }} Home Page"><i class="fa fa-home"></i></a> <a href="{{ .Get "config" }}" title="Rclone Config for {{ .Get "name" }}"><i class="fa fa-book"></i></a>
|
||||
{{ if .Get "start"}}<ul class="list-group">{{end}}
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span>
|
||||
{{ .Get "name" }}
|
||||
{{ if .Get "note"}} (<a href="{{ .Get "config" }}{{ .Get "note" }}">See note</a>) {{end}}
|
||||
</span>
|
||||
<span>
|
||||
<a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "home" }}" target="_blank"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
|
||||
<a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "config" }}"><i class="fa fa-book" aria-hidden="true"></i> Config</a>
|
||||
</span>
|
||||
</li>
|
||||
{{ if .Get "end"}}</ul>{{end}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user