Dear Maaike,
I have solved the problem installing the plugin WP Google Authorship and editing the file single.php as follow:
<div id=”author-description”>
<h2><?php printf( esc_attr__( ‘About %s’, ‘mantra’ ), google_plus_author_short() ); ?></h2>
<?php the_author_meta( ‘description’ ); ?>
Now I have on my articles the reference to my Google+ profile.