diff options
| author | delta <darkussdelta@gmail.com> | 2026-07-25 14:34:03 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2026-07-25 14:34:03 +0200 |
| commit | c6ab658fb6083aa1fe7b02b876ed683c6278f92b (patch) | |
| tree | 68f1bbddb213a301b9a3e81505eb3a502f8ef153 | |
| parent | 6c2571729ab9b38de54262692b604840e5ff243d (diff) | |
add title to buttons page
| -rw-r--r-- | buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buttons.html b/buttons.html index 2565824..f37747d 100644 --- a/buttons.html +++ b/buttons.html @@ -10,7 +10,7 @@ <meta property="og:url" content="http://delta.twoexem.com" /> <meta property="og:description" content="{{ description }}" /> <meta name="theme-color" content="#ecb256" /> - <title>{{ title }} - darkuss' website</title> + <title>buttons - darkuss' website</title> <!-- Favicon --> <link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/apple-touch-icon.png" /> |
