Skip to content

Commit

Permalink
feat: add description
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 13, 2024
1 parent 0ab4038 commit 28364f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stoic-quotes"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["Jose Storopoli <jose@storopoli.io>"]
description = "Stoic quotes API backend"
Expand Down
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Stoic quotes to nurture your soul." />
<title>Stoic Quotes</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<link href="/assets/main.css" rel="stylesheet" />
Expand Down

0 comments on commit 28364f9

Please sign in to comment.