feat(gws.fyi): Make title work properly in index

This is remarkably silly, but it gets the job done

Change-Id: Ifbc57988a59c4f51a3bba0ed8ad397cb9855d8ab
Reviewed-on: https://cl.tvl.fyi/c/depot/+/423
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-06-15 23:18:17 -04:00 committed by glittershark
parent 5ae449dccc
commit 098bbb4d67
4 changed files with 32 additions and 8 deletions

View file

@ -1,7 +1,9 @@
args@{ pkgs, depot, ... }:
args@{ pkgs ? import <nixpkgs> {}, ... }:
let
orgExportHTML = import ./orgExportHTML.nix args;
in
{