Files @ 70d013e42f96
Branch filter:

Location: CSY/sefm2020/themes/bootstrap/templates/disqus.html

Benjamin Lion
Add best paper award to the news; cross the date for the conference.
{% if DISQUS_SITENAME and article %}
<script type="text/javascript">
	var disqus_identifier = "{{ article.url }}";
	(function() {
		var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
		dsq.src = 'https://{{ DISQUS_SITENAME }}.disqus.com/embed.js';
		(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
	})();
</script>
{% endif %}