mirror of
https://github.com/rclone/rclone
synced 2024-11-01 21:49:35 +01:00
0fb12112f5
- Reduced size of the social menu and increased the size of the content - Added scrollable property to the index menus - Fixed code wrapping issue Fixes #2103 Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com>
20 lines
521 B
HTML
20 lines
521 B
HTML
{{ template "chrome/header.html" . }}
|
|
<body>
|
|
{{ template "chrome/navbar.html" . }}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-10">
|
|
{{ range $key, $value := .Site.Taxonomies.groups.about.Pages }}
|
|
{{ $value.Content }}
|
|
{{ end }}
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
<div class="col-md-2">
|
|
{{ template "chrome/menu.html" . }}
|
|
</div>
|
|
</div>
|
|
{{ template "chrome/footer.copyright.html" . }}
|
|
</div>
|
|
{{ template "chrome/footer.html" . }}
|