From cc933b31fd23bb06e95bf41f848a1c99353d44ae Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 25 Nov 2022 19:01:10 -0500 Subject: Start version 3 (#573) * Start version 3 * Change version to 3.0.0 in Cargo.toml * Add metadata for series * Change types for signal boosts * Add start of LaTeX resume generation at Nix time * Add start of proper author tagging for posts in JSONFeed and ldjson * Convert templates to use Maud * Add start of dynamic resume generation from dhall * Make patrons page embed thumbnails TODO: * [ ] Remove the rest of the old templates * [ ] Bring in Xeact for the share on mastodon button * [ ] Site update post Signed-off-by: Xe * fix nix builds Signed-off-by: Xe Iaso * fix dhall build Signed-off-by: Xe Iaso * fix non-flakes build Signed-off-by: Xe Iaso * make new mastodon share button Signed-off-by: Xe Iaso * remove the rest of the ructe templates that I can remove Signed-off-by: Xe Iaso * refactor blogposts to its own file Signed-off-by: Xe Iaso * move resume to be generated by nix Signed-off-by: Xe Iaso * write article Signed-off-by: Xe Iaso * blog/site-update-v3: hero image Signed-off-by: Xe Iaso * add site update series tag to site updates Signed-off-by: Xe Iaso Signed-off-by: Xe Signed-off-by: Xe Iaso --- templates/error.rs.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 templates/error.rs.html (limited to 'templates/error.rs.html') diff --git a/templates/error.rs.html b/templates/error.rs.html deleted file mode 100644 index f97decc..0000000 --- a/templates/error.rs.html +++ /dev/null @@ -1,13 +0,0 @@ -@use super::{header_html, footer_html}; - -@(why: String) - -@:header_html(Some("Error"), None) - -

Error

- -
@why
- -

You could try to go home or report this issue so it can be fixed.

- -@:footer_html() -- cgit v1.2.3