diff options
Diffstat (limited to 'doc-src/transparent/index.py')
-rw-r--r-- | doc-src/transparent/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/transparent/index.py b/doc-src/transparent/index.py index d277d708..091b3471 100644 --- a/doc-src/transparent/index.py +++ b/doc-src/transparent/index.py @@ -1,6 +1,6 @@ from countershape import Page pages = [ - Page("linux.html", "Linux"), Page("osx.html", "OSX"), + Page("linux.html", "Linux"), ] |