diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-28 22:56:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-28 22:56:50 +0000 |
| commit | afdf1fa7c5d90d5fcac78a9b893d2095071883b0 (patch) | |
| tree | 578179ded2b31a591139a6c900c7f28854c61549 /config/_default/params.toml | |
| parent | 11d3181eedd5b9fe804e6483eef683360ba13a77 (diff) | |
| parent | 57dcd87622abdaae205a0e4d9cc884a4e802c17c (diff) | |
Merge pull request #91 from anoduck/develop
fix(google): google 404
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index d1da6ba..6f2735e 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -199,7 +199,7 @@ title = "Legal" reference = "More On Legal" layout = "card" - sort = "title" + sort = "date" reverse = false nested = true cols = 3 @@ -319,8 +319,10 @@ [modules.popup] debug = false + disable = false title = "Corrupt Lamar is constantly evolving." btnlabel = "Close" image = "https://res.cloudinary.com/solardump/image/upload/v1738747178/under_construction_PNG46_rajllh.png" alt = "Site Under Construction" - content = "Our site is ever changing. We are constantly revising, adding, and clarifying. Click the close button to dismiss." + content = "Our site is constantly changing. Click the close button to dismiss." + |
