|
5 | 5 | <link rel="manifest" href="/manifest.json">
|
6 | 6 | {% endif -%}
|
7 | 7 | {%- if theme_show_meta_og_tags == true %}
|
8 |
| - <meta name="description" content="vcs abstraction layer"> |
| 8 | + <meta name="description" content="{{ theme_project_description }}"> |
9 | 9 |
|
10 | 10 | <!-- Open Graph / Facebook -->
|
11 | 11 | <meta property="og:type" content="website">
|
12 | 12 | <meta property="og:url" content="{{ theme_project_url }}/">
|
13 |
| - <meta property="og:title" content="libvcs"> |
14 |
| - <meta property="og:description" content="vcs abstraction layer"> |
| 13 | + <meta property="og:title" content="{{ theme_project_title }}"> |
| 14 | + <meta property="og:description" content="{{ theme_project_description }}"> |
15 | 15 | <meta property="og:image" itemprop="image" content="{{ theme_project_url }}/_static/img/icons/icon-192x192.png">
|
16 | 16 |
|
17 | 17 | <!-- Twitter -->
|
18 | 18 | <meta property="twitter:card" content="summary_large_image">
|
19 | 19 | <meta property="twitter:url" content="{{ theme_project_url }} ">
|
20 |
| - <meta property="twitter:title" content="libvcs"> |
21 |
| - <meta property="twitter:description" content="vcs abstraction layer"> |
| 20 | + <meta property="twitter:title" content="{{ theme_project_title }}"> |
| 21 | + <meta property="twitter:description" content="{{ theme_project_description }}"> |
22 | 22 | <meta property="twitter:image" content="{{ theme_project_url }}/_static/img/icons/icon-512x512.png">
|
23 | 23 | {% endif -%}
|
24 | 24 | {%- if theme_show_meta_app_icon_tags == true %}
|
25 | 25 | <meta name="theme-color" content="#ffffff">
|
26 |
| - <meta name="application-name" content="libvcs"> |
27 |
| - |
| 26 | + <meta name="application-name" content="{{ theme_project_name }}"> |
| 27 | + |
28 | 28 | <link rel="shortcut icon" href="/_static/favicon.ico">
|
29 | 29 | <link rel="icon" type="image/png" sizes="512x512" href="/_static/img/icons/icon-512x512.png">
|
30 | 30 | <link rel="icon" type="image/png" sizes="192x192" href="/_static/img/icons/icon-192x192.png">
|
|
0 commit comments