diff options
| author | Ahmed Alaa <aa@4b.cx> | 2023-04-05 19:14:29 +0000 |
|---|---|---|
| committer | Ahmed Alaa <aa@4b.cx> | 2023-04-05 19:14:29 +0000 |
| commit | 6496bae0a3acf9a2eded5f02269fde8d0821aac2 (patch) | |
| tree | ad64e9f4fa24385a2ed7ae417ed6aa0bd9ee5d43 /config.toml | |
| parent | e094ecaf35c733f74ce777a91a672adca6003eaf (diff) | |
| parent | 201e9051544cf8c8e8ad22845a79c19cd171ebe8 (diff) | |
Merge branch 'no-twitter' into 'no-twitter'
templates/base: allow excluding twitter stuff from page source
See merge request 4bcx/no-style-please!3
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c112134..0800857 100644 --- a/config.toml +++ b/config.toml @@ -17,6 +17,7 @@ highlight_code = true [extra] author = "Ahmed Alaa" logo = "images/logo.png" +twitter = true header_nav = [ { name = "~home", url = "/" }, { name = "#tags", url = "/tags" }, |
