Skip to content

Commit a11ce61

Browse files
committed
removing toc from last posts
1 parent e3afad6 commit a11ce61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/posts/build-deploy-hugo-github-actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Build and Deploy Hugo Sites With GitHub Actions"
33
date = 2022-11-28T16:38:30+08:00
44
header_img = ""
5-
toc = true
5+
toc = false
66
tags = ["GitHub", "Hugo", "GitHub Pages"]
77
categories = ["GitHub"]
88
# series = ["Themes Guide"]

content/posts/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title = "Getting Started with my own blog"
33
date = 2022-11-28T15:38:30+08:00
44
header_img = ""
5-
toc = true
5+
toc = false
66
tags = ["blog"]
77
categories = []
88
# series = ["Themes Guide"]

0 commit comments

Comments
 (0)