Bootstrap 4 template > <head> order suggestion

Hi,

When Pinegrow spits out a bootstrap 4 page this is what I see in the top of the head:

<meta name="description" content="This is the wrong order">
<meta name="author" content="AllMediaLab">
<title>Order</title>

I know there are no real rules for it but could it be changed in this:

<title>Order</title>
<meta name="description" content="This is the wrong order">
<meta name="author" content="AllMediaLab">

Regards & Thanks,

David