Fixed type
| Author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 21:32:13 +0200 |
| Committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 21:32:13 +0200 |
| Commit | cd3d65a24cf06633c05e5120ddd8746a83b55129 (patch) |
|
-rw-r--r-- |
files/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/files/config.yaml b/files/config.yaml | |||
| 1 | title: "Title of your website" |
1 | title: "Title of your website" |
| 2 | baseurl: "https://example.com" |
2 | baseurl: "https://example.com" |
| 3 | description: "My new shiny website" |
3 | description: "My new shitty website" |
| 4 | language: "en-us" |
4 | language: "en-us" |
| 5 | 5 | ||
| 6 | # Code highlighting. |
6 | # Code highlighting. |
| ... | |||