You have small error in your template. Just replace:
<jdoc:include type="head">
with
<jdoc:include type="head" />
and remove useless (in this case) string:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/components/com_jcomments/tpl/default/style.css" type="text/css" />