diff options
Diffstat (limited to 'www/index.nix')
| -rw-r--r-- | www/index.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/index.nix b/www/index.nix index 65f7ddb..f999cc0 100644 --- a/www/index.nix +++ b/www/index.nix @@ -40,7 +40,7 @@ <script async src="redirects.js"></script> ''; "@past-events@" = '' - <dl> + <dl class="events"> ${ with lib; concatMapStringsSep "\n" (event: event.value) ( @@ -50,7 +50,7 @@ </dl> ''; "@future-events@" = '' - <dl> + <dl class="events"> ${ with lib; concatMapStringsSep "\n" (event: event.value) ( |
