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: 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;
max-width: 800px;
margin: 0 auto;
justify-content: center;
}
.divider {

View File

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