File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 < meta charset ="utf-8 ">
1414 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
1515 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
16+
17+ < meta name ="og:image " content ="https://pyconbalkan.com/static/img/pycon-logo.png "/>
1618 < link rel ="icon " type ="image/png " sizes ="32x32 " href ="{% static 'img/favicon-32x32.png' %} ">
1719 < link rel ="icon " type ="image/png " sizes ="16x16 " href ="{% static 'img/favicon-16x16.png' %} ">
1820 < link href ="https://fonts.googleapis.com/css?family=Montserrat " rel ="stylesheet ">
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ <h1 class="centered">F.A.Q - Frequently Asked Questions</h1>
1414 < div class ="column ">
1515
1616 {% for item in faq %}
17- < button class ="accordion "> {{ item.question }}</ button >
18- < div class ="panel ">
17+ < button class ="accordion "> {{ item.question }}< a style ="margin-left:10px; float:right; " class ="headerlink " href ="#faq-{{ item.id}} " title ="Permalink to this speaker "> ¶</ a >
18+ </ button >
19+ < div class ="panel ">
1920 < p > {{ item.answer | markdownify}}</ p >
2021 </ div >
2122 {% endfor %}
You can’t perform that action at this time.
0 commit comments