Skip to content

Commit

Permalink
improve description wording
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Oct 24, 2023
1 parent dfb364f commit f08f296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🪣 bckt.xyz

Link shortener and secret share.
Link shortener and secret sharing service.

[![MIT License][license-mit-badge]][license-mit-url]
[![Apache 2.0 License][license-apache-badge]][license-apache-url]
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🪣</text></svg>">

<meta name="description" content="link shortener and secret share">
<meta name="description" content="link shortener and secret sharing service">
<meta name="robots" content="index,follow">
<link rel="canonical" href="https://bckt.xyz/">

<meta property="og:title" content="bckt.xyz" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website">
<meta property="og:description" content="link shortener and secret share" />
<meta property="og:description" content="link shortener and secret sharing service" />
<meta property="og:url" content="https://bckt.xyz/" />
<meta property="og:site_name" content="bckt.xyz" />
<meta property="og:image" content="/og-image">
Expand Down

0 comments on commit f08f296

Please sign in to comment.