File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 10
10
{% block head_title %}
11
11
{% endblock head_title %}
12
12
</ title >
13
+
14
+ < meta property ="og:title " content ="{% block og_title %}PyLadiesCon Portal{% endblock og_title %} " />
15
+ < meta property ="og:description " content ="{% block og_description %}PyLadiesCon volunteer portal and conference management system{% endblock og_description %} " />
16
+ < meta property ="og:type " content ="{% block og_type %}website{% endblock og_type %} " />
17
+ < meta property ="og:url " content ="{% block og_url %}{{ request.build_absolute_uri }}{% endblock og_url %} " />
18
+ < meta property ="og:image " content ="{% block og_image %}https://conference.pyladies.com/img/banner.png{% endblock og_image %} " />
19
+ < meta property ="og:image:alt " content ="{% block og_image_alt %}PyLadiesCon logo{% endblock og_image_alt %} ">
20
+ < meta property ="og:site_name " content ="PyLadiesCon Portal " />
21
+ < meta property ="og:locale " content ="en_US ">
22
+
23
+
13
24
{% block extra_head %}
14
25
< script src ="https://kit.fontawesome.com/8774ceef9d.js " crossorigin ="anonymous "> </ script >
15
26
{% endblock extra_head %}
93
104
{% endblock %}
94
105
</ div >
95
106
</ body >
96
- </ html >
107
+ </ html >
You can’t perform that action at this time.
0 commit comments