Disable plaintext and HTML downloads
This commit is contained in:
parent
514b86dd7f
commit
e58624e6c0
|
@ -223,6 +223,7 @@ header {
|
|||
grid-template-columns: auto auto auto;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.divider {
|
||||
|
|
|
@ -177,8 +177,8 @@ downloads =
|
|||
section [id "downloads"]
|
||||
( List.map view_download_button
|
||||
[ ("Markdown", Markdown)
|
||||
, ("Plaintext", Plain)
|
||||
, ("HTML", Html)
|
||||
--, ("Plaintext", Plain)
|
||||
--, ("HTML", Html)
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue