Skip to content

Commit

Permalink
link to db export
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Dec 21, 2024
1 parent 91315e2 commit cd748f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ impl Page for AboutPage {
a href = "/api" { "API Documentation" }
" for details."
}

p {
"Additionally, a weekly export of the database can be downloaded is available "
a href = "https://freezer.demos.tf/database/demostf.sql.gz" title = "database export" { "here" }
"."
}
}
section {
.title {
Expand Down

0 comments on commit cd748f1

Please sign in to comment.