Skip to content

Commit

Permalink
feat: enable sidebar display for blog and weeklynote pages
Browse files Browse the repository at this point in the history
- Enable sidebar display for weeklynote pages
- Enable sidebar display for blog pages

Signed-off-by: Chun-Yu Lee (Mat) <[email protected]>
  • Loading branch information
matlinuxer2 committed Oct 27, 2024
1 parent 9042bf7 commit 5d365e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function process_weeklynotes() {
date: ${date_str}
layout: post
permalink: /weeklynote/${date_str}/
show_sidebar: false
show_sidebar: true
menubar: menu
category: weeklynote
author: community
Expand Down Expand Up @@ -183,7 +183,7 @@ function process_blogs() {
title: "${title}"
layout: post
permalink: /blog/${date_str}_${date_epoch}/
show_sidebar: false
show_sidebar: true
menubar: menu_blog
category: blog
slug: "blog_${date_str}_${date_epoch}"
Expand Down

0 comments on commit 5d365e0

Please sign in to comment.