diff --git a/README.md b/README.md index d6c8407..4218439 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Interested in directly linking to [decklist.org](https://www.decklist.org) for y - **`decksheet`**: the deck sheet to use (either `wotc` or `scg`, defaults to `wotc`) - **`deckmain`**: the deck itself; this can be in any format the website understands (use `%0A` for newlines) - **`deckside`**: the side itself; this can be in any format the website understands (use `%0A` for newlines) +- **`deckname`**: the name of the deck (e.g. "RUG Twin") +- **`deckdesigner`**: the name of the designer of the decklist - **`disableediting`**: prevent users from editing the fields above - **`logo`**: please contact [april@pokeinthe.io](mailto:april@pokeinthe.io), if you'd like to replace the DCI logo diff --git a/css/decklist.css b/css/decklist.css index c86ad06..177fc90 100644 --- a/css/decklist.css +++ b/css/decklist.css @@ -135,7 +135,7 @@ h2 { text-align: center; } -#download, #upload { +#download, #upload, #permalink { margin-top: 10px; } diff --git a/index.html b/index.html index bab9692..16410ac 100644 --- a/index.html +++ b/index.html @@ -108,6 +108,7 @@