overdue
This commit is contained in:
1
.rclone_repo/docs/layouts/shortcodes/cdownload.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/cdownload.html
Executable file
@@ -0,0 +1 @@
|
||||
<a href="https://downloads.rclone.org/rclone-current-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><span class="fa fa-download fa-lg"></span></a>
|
||||
1
.rclone_repo/docs/layouts/shortcodes/download.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/download.html
Executable file
@@ -0,0 +1 @@
|
||||
<a href="https://downloads.rclone.org/{{ partial "version.html" . }}/rclone-{{ partial "version.html" . }}-{{ .Get 0 }}-{{ .Get 1 }}.{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}" title="{{ .Get 0 }} {{ .Get 1 }} .{{ if len .Params | eq 3 }}{{ .Get 2 }}{{ else }}zip{{ end }}"><span class="fa fa-download fa-lg"></span></a>
|
||||
1
.rclone_repo/docs/layouts/shortcodes/provider.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/provider.html
Executable file
@@ -0,0 +1 @@
|
||||
{{ .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>
|
||||
1
.rclone_repo/docs/layouts/shortcodes/version.html
Executable file
1
.rclone_repo/docs/layouts/shortcodes/version.html
Executable file
@@ -0,0 +1 @@
|
||||
{{ partial "version.html" . }}
|
||||
Reference in New Issue
Block a user