You will need an advance theme and change the
function head_metas()
to
function head_metas() {
qa_html_theme_base::head_metas();
if($this->template=="NAME OF THE PAGE"){ $this->output('<meta name="" content="''"/>'); }
}
This should be enough for you.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.