The @site maybe need a owner attribute

In that case you could grab the first author? Something like this would do that:

{{#get "authors" limit="1"}}
    {{#foreach authors}}
        {{name}}
    {{/foreach}}
{{/get}}