|
29 | 29 | <script src="{{ pathto('_static/js/version-picker.js', 1) }}" defer></script> |
30 | 30 |
|
31 | 31 | {# Head tags inherited from Duck's HomePage #} |
32 | | - <meta name="description" content="Duck is a powerful, open-source, full-fledged Python-based web server, framework, and reverse proxy designed for building modern, customizable web applications — from small sites to large-scale platforms." data-uid="0.0.2"/> |
| 32 | + <meta name="description" content="Full-stack Python web framework, server & reverse proxy with reactive UI" data-uid="0.0.2"/> |
33 | 33 | <meta name="robots" content="index, follow" data-uid="0.0.3"/> |
34 | 34 | <meta name="keywords" content="Duck Framework, Python web framework, NodeJS alternative, Django alternative, Flask alternative, Web development, Python backend, Full-stack development, Secure web apps, Scalable web applications" data-uid="0.0.4"/> |
35 | 35 | <meta http-equiv="Content-Language" content="en" data-uid="0.0.5"/> |
36 | 36 | <meta name="author" content="Brian Musakwa (Duck Framework)" data-uid="0.0.13"/> |
37 | | - <meta property="og:description" content="Duck is a powerful, open-source, full-fledged Python-based web server, framework, and reverse proxy designed for building modern, customizable web applications — from small sites to large-scale platforms." data-uid="0.0.20"/> |
| 37 | + <meta property="og:description" content="Full-stack Python web framework, server & reverse proxy with reactive UI"/> |
38 | 38 | <meta property="og:url" content="{{DUCK_DOCS_URL}}" data-uid="0.0.21"/> |
39 | 39 | <meta property="og:image" content="{{ pathto('_static/images/og-image.png', 1) }}" data-uid="0.0.22"/> |
40 | 40 | <meta property="og:type" content="website" data-uid="0.0.23"/> |
41 | 41 | <meta property="og:site_name" content="Duck Framework Docs" data-uid="0.0.24"/> |
42 | 42 | <meta name="twitter:card" content="summary_large_image" data-uid="0.0.25"/> |
43 | 43 | <meta name="twitter:title" content="Duck Framework Documentation" data-uid="0.0.26"/> |
44 | | - <meta name="twitter:description" content="Duck is a powerful, open-source, full-fledged Python-based web server, framework, and reverse proxy designed for building modern, customizable web applications — from small sites to large-scale platforms." data-uid="0.0.27"/> |
| 44 | + <meta name="twitter:description" content="Full-stack Python web framework, server & reverse proxy with reactive UI"/> |
45 | 45 |
|
46 | 46 | <link rel="icon" href="{{ pathto('_static/images/favicon/favicon-96x96.png', 1) }}" type="image/png" sizes="96x96" data-uid="0.0.14"/> |
47 | 47 | <link rel="icon" href="{{ pathto('_static/images/favicon/favicon.svg', 1) }}" type="image/svg+xml" data-uid="0.0.15"/> |
48 | 48 | <link rel="shortcut icon" href="{{ pathto('_static/images/favicon/favicon.ico', 1) }}" type="image/png" data-uid="0.0.16"/> |
49 | 49 | <link rel="apple-touch-icon" href="{{ pathto('_static/images/favicon/apple-touch-icon.png', 1) }}" type="image/png" sizes="180x180" data-uid="0.0.17"/> |
50 | 50 | <link rel="manifest" href="{{ pathto('_static/images/favicon/site.webmanifest', 1) }}" type="image/png" data-uid="0.0.18"/> |
51 | 51 |
|
52 | | - <script type="application/ld+json" data-uid="0.0.28">{"@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Duck Framework", "description": "Duck is a powerful, open-source, full-fledged Python-based web server, framework, and reverse proxy designed for building modern, customizable web applications — from small sites to large-scale platforms.", "author": {"@type": "organization", "name": "Duck Framework"}, "applicationCategory": "Web Development Framework", "operatingSystem": "Cross-platform", "image": "{{ pathto('_static/images/og-image.png', 1) }}"}</script> |
| 52 | + <script type="application/ld+json" data-uid="0.0.28">{"@context": "https://schema.org", "@type": "SoftwareApplication", "name": "Duck Framework", "description": "Full-stack Python web framework, server & reverse proxy with reactive UI", "author": {"@type": "organization", "name": "Duck Framework"}, "applicationCategory": "Web Development Framework", "operatingSystem": "Cross-platform", "image": "{{ pathto('_static/images/og-image.png', 1) }}"}</script> |
53 | 53 |
|
54 | 54 | {% endblock %} |
0 commit comments