mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 09:35:26 +01:00
ce04a073ef
Fixes #295
20 lines
520 B
HTML
20 lines
520 B
HTML
{{ template "chrome/header.html" . }}
|
|
<body>
|
|
{{ template "chrome/navbar.html" . }}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-9">
|
|
{{ range $key, $value := .Site.Taxonomies.groups.about.Pages }}
|
|
{{ $value.Content }}
|
|
{{ end }}
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
<div class="col-md-3">
|
|
{{ template "chrome/menu.html" . }}
|
|
</div>
|
|
</div>
|
|
{{ template "chrome/footer.copyright.html" . }}
|
|
</div>
|
|
{{ template "chrome/footer.html" . }}
|