diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 22:16:39 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 22:16:39 +0530 |
| commit | 8e824d37627b5e874469301755ca5593a4580ff6 (patch) | |
| tree | 48f623fce9afa1ccc59e99d44c6a8fc6fbda3b4e /templates/base.html | |
| parent | 9ca232e2154a8037fa5c4d7804b79576d09d1583 (diff) | |
site: abstract into class groups
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 3adfd82..4f25c81 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,9 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> - <title>{{ content "title" }} | COMPROMYSE</title> + <meta name="description" content="RAGHURAM SUBRAMANI ~ COMPROMYSE | Hacker & Programmer"> + + <title>{{ putpage title }} | COMPROMYSE</title> <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"> |
