Disable plaintext and HTML downloads

This commit is contained in:
Emi Simpson 2022-02-06 10:58:13 -05:00
parent 514b86dd7f
commit e58624e6c0
Signed by untrusted user: Emi
GPG Key ID: 45E9C6E81BD86E7C
2 changed files with 3 additions and 2 deletions

View File

@ -223,6 +223,7 @@ header {
grid-template-columns: auto auto auto; grid-template-columns: auto auto auto;
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
justify-content: center;
} }
.divider { .divider {

View File

@ -177,8 +177,8 @@ downloads =
section [id "downloads"] section [id "downloads"]
( List.map view_download_button ( List.map view_download_button
[ ("Markdown", Markdown) [ ("Markdown", Markdown)
, ("Plaintext", Plain) --, ("Plaintext", Plain)
, ("HTML", Html) --, ("HTML", Html)
] ]
) )