From a6baea06697f6c76c695dc4198099deb8ba916e0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 15:45:11 +0200 Subject: feat(treewide): Prepare for first release This commit contains many changes, as they were developed alongside `git-bug-rs` and unfortunately not separately committed. A toplevel summary would include: - Appropriate redirects, - The templating moved to `vy` (as this works with rustfmt formatting), - Search support (via `git-bug-rs`), - And better layout in the link section. --- templates/repos.html | 62 ---------------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 templates/repos.html (limited to 'templates/repos.html') diff --git a/templates/repos.html b/templates/repos.html deleted file mode 100644 index 8aa71c4..0000000 --- a/templates/repos.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - Back - - - - -
-
-

Repositories

-
-
- -
    - {% for repo in repos -%} -
  1. - -

    - {{repo.path}} -

    - - {{repo.description}} - {{ "-" }} - {{repo.owner}} - -
    -
  2. - {%- endfor %} -
-
-
- - -- cgit 1.4.1