diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-19 08:21:56 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-19 08:21:56 -0700 |
commit | 12c03882711dd072037c8cc4a99370021ce0c3b2 (patch) | |
tree | 407b411379e859fa49a89f678e82c2f6f033535f /modules | |
parent | home/matrix: switch back to element (diff) | |
download | world-12c03882711dd072037c8cc4a99370021ce0c3b2.tar.gz |
modules/cgit: get rid of double quotes
Diffstat (limited to 'modules')
-rw-r--r-- | modules/services/cgit/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/cgit/default.nix b/modules/services/cgit/default.nix index 0010635..5108e42 100644 --- a/modules/services/cgit/default.nix +++ b/modules/services/cgit/default.nix @@ -47,8 +47,8 @@ let enable-follow-links=1 enable-blame=1 - root-title="¯\_(ツ)_/¯" - root-desc="source code of my various projects" + root-title=¯\_(°ペ)_/¯ + root-desc=source code of my various projects # don't index or follow robots="noindex, nofollow" |