Skip to content

Commit 0c71cff

Browse files
Merge branch 'main' of github.com:getkirby/getkirby.com
2 parents 3a5b355 + 182f691 commit 0c71cff

File tree

19 files changed

+13
-153
lines changed

19 files changed

+13
-153
lines changed

assets/css/framework/buttons.css

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ button {
2323
font-family: var(--font-mono);
2424
white-space: nowrap;
2525
background: none;
26+
position: relative;
2627
}
2728
.btn svg {
2829
margin-right: 0.75rem;

content/docs/2_reference/6_system/1_options/0_debug/reference-article.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In a production environment, always log errors to your PHP error logs.
2525

2626
To avoid accidentally enabling debugging in production, but to still be able to use it in certain situations, you have different options:
2727

28-
- Disable `debug` in `config.php` and only enable it in in the config for your local/staging setup, see (link: text: docs/guide/configuration#the-config-php__using-multiple-config-files text: Multiple config files)
28+
- Disable `debug` in `config.php` and only enable it in in the config for your local/staging setup, see (link: docs/guide/configuration#multi-environment-setup text: Multiple config files)
2929
- Use conditions for the `debug` option in `config.php`, e.g. based on server name or logged in users
3030
```php
3131
'debug' => str_ends_with($_SERVER['SERVER_NAME'] ?? '', '.test') || @$_SERVER['SERVER_NAME'] === 'localhost', // enable debug for domains that end on ".test"
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Title: bertol.se
2+
3+
----
4+
5+
Info: Client: Bertol
6+
7+
----
8+
9+
Link: https://www.bertol.se
10+
-112 KB
Binary file not shown.
-65.2 KB
Binary file not shown.
Binary file not shown.

content/partners/0_studiodier/designscienceshub-com/gallery-item.txt

-17
This file was deleted.
Binary file not shown.

content/partners/0_studiodier/ecologyofcolour-be/gallery-item.txt

-17
This file was deleted.

content/partners/0_studiodier/jeffreyroekens-com/gallery-item.txt

-17
This file was deleted.
Binary file not shown.

content/partners/0_studiodier/louisjanssens-com/gallery-item.txt

-17
This file was deleted.
Binary file not shown.

content/partners/0_studiodier/partner.txt

-66
This file was deleted.

content/partners/0_studiodier/reformat-z33-be/gallery-item.txt

-17
This file was deleted.
Binary file not shown.
-105 KB
Binary file not shown.

site/controllers/partners.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
true
3636
);
3737

38-
sort($options, SORT_STRING);
38+
sort($options, SORT_NATURAL);
3939

4040
$filters[$field]['options'] = $options;
4141
}

0 commit comments

Comments
 (0)