Files @ 70d013e42f96
Branch filter:

Location: CSY/sefm2020/themes/bootstrap/templates/facebook.html - annotation

Benjamin Lion
Add best paper award to the news; cross the date for the conference.
1
2
3
4
5
6
7
8
9
{% if FACEBOOK_APPID %}
<div id="fb-root"></div>
<script>(function(d){
	var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
	js = d.createElement('script'); js.id = id; js.async = true;
	js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1&appId={{ FACEBOOK_APPID }}";
	d.getElementsByTagName('head')[0].appendChild(js);
	}(document));</script>
{% endif %}