aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--www/_includes/release.eta4
-rw-r--r--www/releases/0.0.6.md11
2 files changed, 7 insertions, 8 deletions
diff --git a/www/_includes/release.eta b/www/_includes/release.eta
index 04e9b6d..be765d7 100644
--- a/www/_includes/release.eta
+++ b/www/_includes/release.eta
@@ -7,10 +7,9 @@ layout: prose.eta
Version <%= release %>
</h1>
-<div class="basicgrid colwidth-m crowded">
+<div class="f-switch crowded">
<section class="box">
<h2>Download</h2>
- <p><small>Hotlinking is allowed</small></p>
<% filters.repeat(Object.entries(it.artifacts || {}), ([group, artifacts]) => { %>
<p class="tool-bar">
<strong><%= group %>:</strong>
@@ -19,6 +18,7 @@ layout: prose.eta
<% }) %>
</p>
<% }) %>
+ <p><small>Hotlinking is allowed</small></p>
</section>
<section class="box">
<h2>Source code</h2>
diff --git a/www/releases/0.0.6.md b/www/releases/0.0.6.md
index f721928..9d0c8b3 100644
--- a/www/releases/0.0.6.md
+++ b/www/releases/0.0.6.md
@@ -11,9 +11,8 @@ artifacts:
## Changelog
- - **Breaking:**{.color .bad}
- - **Breaking:**{.color .bad} Significant redesign. Inspect your website visually before upgrading.
- - **Breaking:**{.color .bad} Renamed classes and variables:
+ - **Breaking:**{.color .bg .bad} Significant redesign. Inspect your website visually before upgrading.
+ - **Breaking:**{.color .bg .bad} Renamed classes and variables:
| Old | New |
|-------------------|-----------------------|
| `--colorful-bg` | `--box-bg` |
@@ -28,9 +27,9 @@ artifacts:
| `.scroll` | `.overflow:auto` |
| `.scroll!` | `.overflow:scroll` |
- - **Breaking:**{.color .bad} Added automatic dark theme. To opt out, add the `.no-dark-theme` class to your root `<html>` element.
- - **Breaking:**{.color .bad} Removed `.basicgrid`, `.colwidth-*`, `.minwidth-*`, `.maxwidth-*`, `.col-*`.
- - **Breaking:**{.color .bad} Removed `.<`, `.^`, `._`, `.>`
+ - **Breaking:**{.color .bg .bad} Added automatic dark theme. To opt out, add the `.no-dark-theme` class to your root `<html>` element.
+ - **Breaking:**{.color .bg .bad} Removed `.basicgrid .colwidth-* .minwidth-* .maxwidth-* .col-*`.
+ - **Breaking:**{.color .bg .bad} Removed `.< .^ ._ .>`
- Added `--border-radius` and `--box-border` variable.
- Added `.<button>` class.
- Added `.plain` colorway.