Skip to content

Commit

Permalink
change limit
Browse files Browse the repository at this point in the history
  • Loading branch information
minju25kim committed Dec 22, 2024
1 parent c2f4f14 commit 21d0eff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/engkor/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ $ hugo new --kind engkor content/engkor/$(date +%Y-%m-%d-%a).md
$ hugo new --kind engkor content/engkor/title_you_want.md
-->

## ai를 사용하지 않는 한영 영한 해석
## ai를 사용하지 않는 한영 영한 해석(사실 2번이나 사용함)
13 changes: 7 additions & 6 deletions data/menu.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ url = "info"
[[entries]]
title = "daily"
url = "daily"

[entries.post_list]
limit = 5
limit = 3
section = "daily"
show_more = true
show_more_text = "See more daily..."
Expand All @@ -17,7 +18,7 @@ title = "weekly"
url = "weekly"

[entries.post_list]
limit = 5
limit = 3
section = "weekly"
show_more = true
show_more_text = "See more weekly..."
Expand All @@ -28,7 +29,7 @@ title = "monthly"
url="monthly"

[entries.post_list]
limit = 5
limit = 3
section = "monthly"
show_more = true
show_more_text = "See more monthly..."
Expand All @@ -39,7 +40,7 @@ title = "review"
url = "review"

[entries.post_list]
limit = 5
limit = 3
section = "review"
show_more = true
show_more_text = "See more review..."
Expand All @@ -50,7 +51,7 @@ title = "travel"
url = "travel"

[entries.post_list]
limit = 5
limit = 3
section = "travel"
show_more = true
show_more_text = "See more travel..."
Expand All @@ -61,7 +62,7 @@ title = "engkor"
url = "engkor"

[entries.post_list]
limit = 5
limit = 3
section = "engkor"
show_more = true
show_more_text = "See more engkor..."
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{ .Date | time.Format site.Params.theme_config.date_format }}
</time>
</p>

<h1>{{ .Title }}</h1>

{{ if .Params.toc }}
Expand Down

0 comments on commit 21d0eff

Please sign in to comment.