mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
graph and backlinks for desktop, was mobile only
This commit is contained in:
parent
869c558ee8
commit
a672272c01
@ -22,8 +22,10 @@ export const defaultContentPageLayout: PageLayout = {
|
||||
beforeBody: [Component.ArticleTitle()],
|
||||
left: [Component.MobileOnly(Component.Spacer())],
|
||||
right: [
|
||||
Component.MobileOnly(Component.Graph()),
|
||||
Component.MobileOnly(Component.Backlinks()),
|
||||
// Component.MobileOnly(Component.Graph()),
|
||||
// Component.MobileOnly(Component.Backlinks()),
|
||||
Component.Graph(),
|
||||
Components.Backlinks()
|
||||
],
|
||||
|
||||
// beforeBody: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user