File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 88 < meta name ="keywords " content ="PythonAsia 2026 ">
99 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
1010 < meta name ="description " content ="PythonAsia 2026 ">
11+ {% include 'opengraph.html' %}
12+ < link rel ="icon " type ="image/x-icon " href ="{% static 'img/py_kalinga-pot.png' %} ">
1113 < link rel ="stylesheet " href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined " />
1214 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1315 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
Original file line number Diff line number Diff line change 1+ {% load static %}
2+
3+ <!-- HTML Meta Tags -->
4+ < meta name ="description " content ="The flagship gathering for Python enthusiasts across Asia — uniting diverse communities across the region. ">
5+
6+ <!-- Facebook Meta Tags -->
7+ < meta property ="og:url " content ="https://2026.pythonasia.org ">
8+ < meta property ="og:type " content ="website ">
9+ < meta property ="og:title " content ="PythonAsia 2026 ">
10+ < meta property ="og:description " content ="The flagship gathering for Python enthusiasts across Asia — uniting diverse communities across the region. ">
11+ < meta property ="og:image " content ="{% static 'img/pythonasia2026-banner.png' %} ">
12+
13+ <!-- X Meta Tags -->
14+ < meta name ="twitter:card " content ="summary_large_image ">
15+ < meta property ="twitter:domain " content ="2026.pythonasia.org ">
16+ < meta property ="twitter:url " content ="https://2026.pythonasia.org ">
17+ < meta name ="twitter:title " content ="PythonAsia 2026 ">
18+ < meta name ="twitter:description " content ="The flagship gathering for Python enthusiasts across Asia — uniting diverse communities across the region. ">
19+ < meta name ="twitter:image " content ="{% static 'img/pythonasia2026-banner.png' %} ">
20+
You can’t perform that action at this time.
0 commit comments