mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Show sidebar on the download and extension pages (#18)
This commit is contained in:
parent
20f818dec1
commit
45c2e7a614
@ -1,4 +1,6 @@
|
||||
const sidebar = {
|
||||
"/download/": defaultSidebar(),
|
||||
"/extensions/": defaultSidebar(),
|
||||
"/docs/": defaultSidebar(),
|
||||
"/forks/": defaultSidebar(),
|
||||
"/changelogs/": defaultSidebar(),
|
||||
|
@ -143,6 +143,10 @@ export default {
|
||||
border-radius: 8px
|
||||
padding: 0.5em
|
||||
|
||||
.extension-icon {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.extension-download {
|
||||
margin-right: 0
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Download
|
||||
description: Download page that allows users to access and install the latest version of the app.
|
||||
aside: false
|
||||
lastUpdated: false
|
||||
editLink: false
|
||||
prev: false
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: Extensions
|
||||
description: Browse and install the full list of sources for Tachiyomi.
|
||||
aside: false
|
||||
lastUpdated: false
|
||||
editLink: false
|
||||
prev: false
|
||||
|
Loading…
Reference in New Issue
Block a user