File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
<!--[if lt IE 9]>
27
27
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
28
28
<![endif]-->
29
- < meta name ="twitter:image:src " content ="{% block thumb %}{% endblock %}{% if not self.thumb() %}{{ config['server']['url'] }}/static/img/logo.png {% endif %} " />
30
- < meta property ="og:image " content ="{{ self.thumb() }}{% if not self.thumb() %}{{ config['server']['url'] }}/static/img/logo.png {% endif %} " />
29
+ < meta name ="twitter:image:src " content ="{% block thumb %}{% endblock %}{% if not self.thumb() %}{{ logo }}{% endif %} " />
30
+ < meta property ="og:image " content ="{{ self.thumb() }}{% if not self.thumb() %}{{ logo }}{% endif %} " />
31
31
< meta name ="twitter:site " content ="{{ config['metadata']['identification']['title'] }} " />
32
32
< meta property ="og:site_name " content ="{{ config['metadata']['identification']['title'] }} " />
33
33
< meta name ="twitter:card " content ="summary_large_image " />
You can’t perform that action at this time.
0 commit comments