diff --git a/docs.fsdproject.org/include/header.lua b/docs.fsdproject.org/include/header.lua
deleted file mode 100644
index e1f02ac..0000000
--- a/docs.fsdproject.org/include/header.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local header = {}
-
-header.render = function(std)
- return table.concat({
- std.center(std.ha("/", std.h1("Free Software Distributions Project documentation"))),
- })
-end
-
-return header
diff --git a/docs.fsdproject.org/static/fes.html b/docs.fsdproject.org/static/fes.html
index 26a9b1f..1bfec22 100644
--- a/docs.fsdproject.org/static/fes.html
+++ b/docs.fsdproject.org/static/fes.html
@@ -276,10 +276,6 @@ return site
-
- std.fes_version() |
- Get the current version of fes. |
-
-
- std.site_version() |
- Get the current version of the site, defined in Fes.toml. |
-
-
- std.site_name() |
- Get the current name of the site, defined in Fes.toml. |
-
-
- std.site_title() |
- Get the current name of the site, defined in Fes.toml. |
-
-
- std.site_authors() |
- Get a table of the authors of the site, defined in Fes.toml. |
-
-
- std.join |
- Get a table of the authors of the site, defined in Fes.toml. |
-
std.a(link: string, str: string) |
Returns an anchor tag. |
@@ -448,7 +420,7 @@ return site
Returns a div of class class with content of content. |
- std.spa(content: string, class: string) |
+ std.span(content: string, class: string) |
Returns a span of class class with content of content. |
@@ -486,15 +458,179 @@ return site
- symbol.copyright |
- © |
+ symbol.legal.copyright |
+ © |
- Registered Trademark |
- ® |
+ symbol.legal.registered_trademark |
+ ® |
- Trademark |
- ™ |
+ symbol.legal.trademark |
+ ™ |
+
+
+ symbol.currency.euro |
+ € |
+
+
+ symbol.currency.pound |
+ £ |
+
+
+ symbol.currency.yen |
+ ¥ |
+
+
+ symbol.currency.cent |
+ ¢ |
+
+
+ symbol.currency.dollar |
+ $ |
+
+
+ symbol.currency.plus_minus |
+ ± |
+
+
+ symbol.currency.multiply |
+ × |
+
+
+ symbol.currency.divide |
+ ÷ |
+
+
+ symbol.currency.not_equal |
+ ≠ |
+
+
+ symbol.currency.less_equal |
+ ≤ |
+
+
+ symbol.currency.greater_equal |
+ ≥ |
+
+
+ symbol.currency.infinity |
+ ∞ |
+
+
+ symbol.currency.approx |
+ ≈ |
+
+
+ symbol.arrows.left |
+ ← |
+
+
+ symbol.arrows.right |
+ → |
+
+
+ symbol.arrows.up |
+ ↑ |
+
+
+ symbol.arrows.down |
+ ↓ |
+
+
+ symbol.arrows.left_right |
+ ↔ |
+
+
+ symbol.punctuation.left_double_quote |
+ “ |
+
+
+ symbol.punctuation.right_double_quote |
+ ” |
+
+
+ symbol.punctuation.left_single_quote |
+ ‘ |
+
+
+ symbol.punctuation.right_single_quote |
+ ’ |
+
+
+ symbol.punctuation.ellipsis |
+ … |
+
+
+ symbol.punctuation.em_dash |
+ — |
+
+
+ symbol.punctuation.en_dash |
+ – |
+
+
+ symbol.whitespace.non_breaking |
+ |
+
+
+ symbol.whitespace.thin |
+ |
+
+
+ symbol.symbols.degree |
+ ° |
+
+
+ symbol.symbols.micro |
+ µ |
+
+
+ symbol.symbols.section |
+ § |
+
+
+ symbol.symbols.paragraph |
+ ¶ |
+
+
+ symbol.symbols.check |
+ ✓ |
+
+
+ symbol.symbols.cross |
+ ✗ |
+
+
+ symbol.symbols.bullet |
+ • |
+
+
+ symbol.symbols.middle_dot |
+ · |
+
+
+ symbol.symbols.broken_bar |
+ ¦ |
+
+
+ symbol.html.less_than |
+ < |
+
+
+ symbol.html.greater_than |
+ > |
+
+
+ symbol.html.ampersand |
+ & |
+
+
+ symbol.html.double_quote |
+ " |
+
+
+ symbol.html.single_quote |
+ ' |
@@ -553,28 +689,6 @@ return site
-