diff options
Diffstat (limited to 'root')
| -rw-r--r-- | root/articles/realities.moon | 4 | ||||
| -rw-r--r-- | root/experiments/center_of_mass.moon | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/root/articles/realities.moon b/root/articles/realities.moon index 5de8f6a..05c0c03 100644 --- a/root/articles/realities.moon +++ b/root/articles/realities.moon @@ -12,10 +12,6 @@ Fileder { append = _content\append if MODE == 'SERVER' - -- import compile from require 'lib.duct_tape' - - -- append '<script src="https://cdnjs.cloudflare.com/ajax/libs/svg.js/2.6.6/svg.min.js"></script>' - export ^ class Diagram style = { diff --git a/root/experiments/center_of_mass.moon b/root/experiments/center_of_mass.moon index e5eceab..641fc5a 100644 --- a/root/experiments/center_of_mass.moon +++ b/root/experiments/center_of_mass.moon @@ -2,8 +2,8 @@ import define_fileders from require 'lib.mmmfs' Fileder = define_fileders ... with Fileder { - 'name: alpha': 'center_of_mass', - 'description: text/plain': "Fonts sorted by Center-of-Mass", + 'name: alpha': 'center_of_mass', + 'description: text/plain': "Fonts aligned by Center-of-Mass", } if MODE == 'CLIENT' |
