diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-09 16:48:03 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-09 16:48:03 -0400 |
| commit | 4c9d5dcb14340f226d7781b46e265c531ace0e95 (patch) | |
| tree | 8f8098bc5f4bd3f0031046dad2c37617e629db79 /static/faq.html | |
| parent | eb7302ad8320778ef04cd680f2da4430b0612ecc (diff) | |
use short form of FAQ in the title
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html index ed23bc80..6d1f49c5 100644 --- a/static/faq.html +++ b/static/faq.html @@ -2,14 +2,14 @@ <html lang="en" prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"/> - <title>Frequently Asked Questions | GrapheneOS</title> + <title>FAQ | GrapheneOS</title> <meta name="description" content="Frequently asked questions about GrapheneOS."/> <meta name="theme-color" content="#212121"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="twitter:site" content="@GrapheneOS"/> <meta name="twitter:creator" content="@GrapheneOS"/> - <meta property="og:title" content="GrapheneOS frequently asked quesitons and answers"/> + <meta property="og:title" content="GrapheneOS FAQ"/> <meta property="og:description" content="Frequently asked questions about GrapheneOS."/> <meta property="og:type" content="website"/> <meta property="og:image" content="https://grapheneos.org/opengraph.png"/> |
