From d4ae9eb27473c5e2a9d444606ac414033ab687bf Mon Sep 17 00:00:00 2001 From: trisua Date: Sat, 3 May 2025 19:30:46 -0400 Subject: [PATCH] chore: finish moving repo --- Cargo.toml | 2 +- README.md | 5 ----- crates/app/src/public/html/components.html | 6 +++--- crates/app/src/public/html/macros.html | 2 +- crates/app/src/public/js/atto.js | 2 +- crates/app/src/public/js/loader.js | 2 +- 6 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce0c224..e8d6326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ resolver = "2" members = ["crates/app", "crates/shared", "crates/core", "crates/l10n"] package.authors = ["trisuaso"] -package.repository = "https://github.com/trisuaso/tetratto" +package.repository = "https://trisua.com/t/tetratto" package.license = "AGPL-3.0-or-later" [profile.dev] diff --git a/README.md b/README.md index 6c4de21..0d42c38 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,6 @@

Tetratto is a super simple community-oriented website where users can create various communities and share posts in them!

-!["Docs" workflow badge](https://github.com/trisuaso/tetratto/workflows/Docs/badge.svg) -![GitHub commit activity](https://img.shields.io/github/commit-activity/m/trisuaso/tetratto) -![GitHub last commit](https://img.shields.io/github/last-commit/trisuaso/tetratto) -[![GitHub License](https://img.shields.io/github/license/trisuaso/tetratto)](https://github.com/trisuaso/tetratto/blob/master/LICENSE) - # Usage Everything Tetratto needs will be built into the main binary. You can build Tetratto with the following command: diff --git a/crates/app/src/public/html/components.html b/crates/app/src/public/html/components.html index dcf3bf8..539f054 100644 --- a/crates/app/src/public/html/components.html +++ b/crates/app/src/public/html/components.html @@ -1027,15 +1027,15 @@ grouped=false) -%} {{ config.name }} - + {{ icon "code" }} {{ text "general:link.source_code" }} - +